diff options
author | Chris Packham <judge.packham@gmail.com> | 2024-11-22 13:30:15 +1300 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2024-11-26 13:19:55 +0100 |
commit | 3eef899b57fd2522a5d975b2957d2f2c0635a652 (patch) | |
tree | 9430bed0160cf245f0fc8e7a7968f707dab9bcd9 /include/configs | |
parent | 96ca3147981ab1bdd10426a3d2792e1d99bad321 (diff) | |
download | u-boot-3eef899b57fd2522a5d975b2957d2f2c0635a652.tar.gz |
arm: mvebu: x240: Use default baudrate table
Remove CFG_SYS_BAUDRATE_TABLE as there's no reason not to use the
defaults defined via config_fallbacks.h.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/x240.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/x240.h b/include/configs/x240.h index 3601df588d5..bc66e4e3c8e 100644 --- a/include/configs/x240.h +++ b/include/configs/x240.h @@ -11,9 +11,6 @@ /* additions for new ARM relocation support */ #define CFG_SYS_SDRAM_BASE 0x200000000 -#define CFG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, \ - 115200, 230400, 460800, 921600 } - /* Default Env vars */ #define BOOT_TARGET_DEVICES(func) \ |