]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/mpc5121ads.h
Kconfig: Migrate CONFIG_BAUDRATE
[people/ms/u-boot.git] / include / configs / mpc5121ads.h
index fe9a703b6400c0b46a1736253ff5d165eae7ba3a..1714a9bec8ad9a9ae525af2480bd3be56bff6ba7 100644 (file)
 #if CONFIG_PSC_CONSOLE != 3
 #error CONFIG_PSC_CONSOLE must be 3
 #endif
-#define CONFIG_BAUDRATE                115200  /* ... at 115200 bps */
 #define CONFIG_SYS_BAUDRATE_TABLE  \
        {300, 600, 1200, 2400, 4800, 9600, 19200, 38400,115200}
 
 
 #undef  CONFIG_BOOTARGS                        /* the boot command will set bootargs */
 
-#define CONFIG_BAUDRATE                115200
-
 #define CONFIG_PREBOOT "echo;" \
        "echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \
        "echo"