From: Chris Packham Date: Fri, 22 Nov 2024 00:30:15 +0000 (+1300) Subject: arm: mvebu: x240: Use default baudrate table X-Git-Url: http://git.dujemihanovic.xyz/html/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=3eef899b57fd2522a5d975b2957d2f2c0635a652;p=u-boot.git 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 Reviewed-by: Stefan Roese --- diff --git a/include/configs/x240.h b/include/configs/x240.h index 3601df588d..bc66e4e3c8 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) \