]> git.baikalelectronics.ru Git - uboot.git/commitdiff
global: Migrate CONFIG_WATCHDOG_PRESC et al to CFG
authorTom Rini <trini@konsulko.com>
Sun, 4 Dec 2022 15:14:06 +0000 (10:14 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Dec 2022 15:15:12 +0000 (10:15 -0500)
Perform simple renames of:
   CONFIG_WATCHDOG_PRESC to CFG_WATCHDOG_PRESC
   CONFIG_WATCHDOG_RC to CFG_WATCHDOG_RC

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/powerpc/cpu/mpc85xx/cpu.c
include/configs/kmcent2.h

index 0abcc01b8574e7ed47b29c1200018bacdcdc5683..e8a3e82765fc6e7f817c9a0e1ad52ba1913fad5f 100644 (file)
@@ -357,7 +357,7 @@ void
 init_85xx_watchdog(void)
 {
        mtspr(SPRN_TCR, (mfspr(SPRN_TCR) & ~WATCHDOG_MASK) |
-             TCR_WP(CONFIG_WATCHDOG_PRESC) | TCR_WRC(CONFIG_WATCHDOG_RC));
+             TCR_WP(CFG_WATCHDOG_PRESC) | TCR_WRC(CFG_WATCHDOG_RC));
 }
 
 void
index 58dff495ac5fe10eb606a2526f6dbc9a0a562e95..60fea59dee0b9175ddcbe20aedc0e52ccf4cd3a1 100644 (file)
@@ -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