diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:14:06 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:15:12 -0500 |
| commit | bb34410509205e70ab7c9830f9c17277e8dd54ad (patch) | |
| tree | 06977390e8617ed35a820f03f5b7bc13bd725484 /include | |
| parent | 438654c87c0ec20019c2489ecce02919005b91bc (diff) | |
global: Migrate CONFIG_WATCHDOG_PRESC et al to CFG
Perform simple renames of:
CONFIG_WATCHDOG_PRESC to CFG_WATCHDOG_PRESC
CONFIG_WATCHDOG_RC to CFG_WATCHDOG_RC
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/kmcent2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/kmcent2.h b/include/configs/kmcent2.h index 58dff495ac5..60fea59dee0 100644 --- a/include/configs/kmcent2.h +++ b/include/configs/kmcent2.h @@ -364,8 +364,8 @@ int get_scl(void); /* * Hardware Watchdog */ -#define CONFIG_WATCHDOG_PRESC 34 /* wdog prescaler 2^(64-34) ~10min */ -#define CONFIG_WATCHDOG_RC WRC_CHIP /* reset chip on watchdog event */ +#define CFG_WATCHDOG_PRESC 34 /* wdog prescaler 2^(64-34) ~10min */ +#define CFG_WATCHDOG_RC WRC_CHIP /* reset chip on watchdog event */ /* * For booting Linux, the board info and command line data |
