diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:13:30 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:14:51 -0500 |
| commit | f410d0ac8a90d16870d33cc7944e98445f7e168d (patch) | |
| tree | 83571e8a77f431e616fca6e5c488512e8c67cfa6 /include/configs/lx2160a_common.h | |
| parent | 830fd095a348d8390c23d93605e438ac24153be9 (diff) | |
global: Migrate CONFIG_PL011_CLOCK to CFG
Perform a simple rename of CONFIG_PL011_CLOCK to CFG_PL011_CLOCK
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/configs/lx2160a_common.h')
| -rw-r--r-- | include/configs/lx2160a_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h index c1a98fd3e4c..f8a20ea16f9 100644 --- a/include/configs/lx2160a_common.h +++ b/include/configs/lx2160a_common.h @@ -39,7 +39,7 @@ /* Serial Port */ -#define CONFIG_PL011_CLOCK (get_bus_freq(0) / 4) +#define CFG_PL011_CLOCK (get_bus_freq(0) / 4) #define CFG_SYS_SERIAL0 0x21c0000 #define CFG_SYS_SERIAL1 0x21d0000 #define CFG_SYS_SERIAL2 0x21e0000 |
