diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-04 10:13:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-23 10:14:51 -0500 |
commit | f410d0ac8a90d16870d33cc7944e98445f7e168d (patch) | |
tree | 83571e8a77f431e616fca6e5c488512e8c67cfa6 /include/configs/vexpress_common.h | |
parent | 830fd095a348d8390c23d93605e438ac24153be9 (diff) | |
download | u-boot-f410d0ac8a90d16870d33cc7944e98445f7e168d.tar.gz |
global: Migrate CONFIG_PL011_CLOCK to CFG
Perform a simple rename of CONFIG_PL011_CLOCK to CFG_PL011_CLOCK
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/vexpress_common.h')
-rw-r--r-- | include/configs/vexpress_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h index 705a941e360..3fc70de5771 100644 --- a/include/configs/vexpress_common.h +++ b/include/configs/vexpress_common.h @@ -116,7 +116,7 @@ #define CFG_SYS_TIMER_COUNTER (V2M_TIMER01 + 0x4) /* PL011 Serial Configuration */ -#define CONFIG_PL011_CLOCK 24000000 +#define CFG_PL011_CLOCK 24000000 #define CONFIG_PL01x_PORTS {(void *)CFG_SYS_SERIAL0, \ (void *)CFG_SYS_SERIAL1} |