]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mvebu: x240: Use default baudrate table
authorChris Packham <judge.packham@gmail.com>
Fri, 22 Nov 2024 00:30:15 +0000 (13:30 +1300)
committerStefan Roese <sr@denx.de>
Tue, 26 Nov 2024 12:19:55 +0000 (13:19 +0100)
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>
include/configs/x240.h

index 3601df588d56b78cdcefc432184c44844f53d9de..bc66e4e3c8e60effc3dbd364e67d136c6fa75906 100644 (file)
@@ -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) \