summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 18:03:48 +0300
committerTom Rini <trini@konsulko.com>2022-12-23 18:08:35 +0300
commitb9abcb8c9fc196ef502eb8b2909bbb92a109deab (patch)
tree9146910229a51db39fa0e6046f5da6dd3c52a197 /board
parentef2e1745da9151083c197d6077d0a14498eec13b (diff)
downloadu-boot-b9abcb8c9fc196ef502eb8b2909bbb92a109deab.tar.xz
global: Migrate CONFIG_ET1100_BASE to CFG
Perform a simple rename of CONFIG_ET1100_BASE to CFG_ET1100_BASE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r--board/esd/meesc/meesc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/meesc/meesc.c b/board/esd/meesc/meesc.c
index 21f4ba98b5..9e36210422 100644
--- a/board/esd/meesc/meesc.c
+++ b/board/esd/meesc/meesc.c
@@ -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: