diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:03:48 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:08:35 -0500 |
| commit | b9abcb8c9fc196ef502eb8b2909bbb92a109deab (patch) | |
| tree | 9146910229a51db39fa0e6046f5da6dd3c52a197 /include | |
| 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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/meesc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/meesc.h b/include/configs/meesc.h index d190e4b5039..38da55c70bf 100644 --- a/include/configs/meesc.h +++ b/include/configs/meesc.h @@ -60,6 +60,6 @@ #endif /* hw-controller addresses */ -#define CONFIG_ET1100_BASE 0x70000000 +#define CFG_ET1100_BASE 0x70000000 #endif |
