diff options
author | Tom Rini | 2022-12-04 10:03:48 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-23 10:08:35 -0500 |
commit | b9abcb8c9fc196ef502eb8b2909bbb92a109deab (patch) | |
tree | 9146910229a51db39fa0e6046f5da6dd3c52a197 /board/esd/meesc | |
parent | ef2e1745da9151083c197d6077d0a14498eec13b (diff) |
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/esd/meesc')
-rw-r--r-- | board/esd/meesc/meesc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/meesc/meesc.c b/board/esd/meesc/meesc.c index 21f4ba98b53..9e362104224 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: |