global: Migrate CONFIG_ET1100_BASE to CFG
authorTom Rini <trini@konsulko.com>
Sun, 4 Dec 2022 15:03:48 +0000 (10:03 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Dec 2022 15:08:35 +0000 (10:08 -0500)
Perform a simple rename of CONFIG_ET1100_BASE to CFG_ET1100_BASE

Signed-off-by: Tom Rini <trini@konsulko.com>
board/esd/meesc/meesc.c
include/configs/meesc.h

index 21f4ba9..9e36210 100644 (file)
@@ -163,7 +163,7 @@ int checkboard(void)
        u_char hw_type; /* hardware type */
 
        /* read the "Type" register of the ET1100 controller */
-       hw_type = readb(CONFIG_ET1100_BASE);
+       hw_type = readb(CFG_ET1100_BASE);
 
        switch (hw_type) {
        case 0x11:
index d190e4b..38da55c 100644 (file)
@@ -60,6 +60,6 @@
 #endif
 
 /* hw-controller addresses */
-#define CONFIG_ET1100_BASE             0x70000000
+#define CFG_ET1100_BASE                0x70000000
 
 #endif