commit | 5c896aef7109eebac88d3d49c4e8ece06e3cfd0a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Dec 04 10:13:30 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 23 10:14:51 2022 -0500 |
tree | 83571e8a77f431e616fca6e5c488512e8c67cfa6 | |
parent | c89b11a0a03573b94f3c9ea485c78c9d1e1e942c [diff] [blame] |
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>
diff --git a/include/configs/highbank.h b/include/configs/highbank.h index 76e6054..97bb439 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h
@@ -8,7 +8,7 @@ #define CFG_SYS_BOOTMAPSZ (16 << 20) -#define CONFIG_PL011_CLOCK 150000000 +#define CFG_PL011_CLOCK 150000000 /* * Miscellaneous configurable options