serial: Use the default CONFIG_SYS_BAUDRATE_TABLE in more platforms
[platform/kernel/u-boot.git] / include / configs / synquacer.h
index 0dab4de..13e9c64 100644 (file)
@@ -24,8 +24,6 @@
  * Boot info
  */
 #define CONFIG_SYS_INIT_SP_ADDR                (0xe0000000)    /* stack of init proccess */
-#define CONFIG_SYS_MALLOC_LEN          (0x01000000)    /* 16Mbyte size of malloc() */
-#define CONFIG_SYS_LOAD_ADDR           CONFIG_SYS_SDRAM_BASE /* default kernel load address */
 
 /*
  * Hardware drivers support
@@ -51,9 +49,6 @@
 #define CONFIG_SYS_MEMTEST_START       (CONFIG_SYS_SDRAM_BASE + (512 * 1024))
 #define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_SDRAM_BASE + PHYS_SDRAM_SIZE)
 
-#define CONFIG_BAUDRATE                        115200
-#define CONFIG_SYS_BAUDRATE_TABLE      {115200, 19200, 38400, 57600, 9600 }
-
 #define CONFIG_SYS_CBSIZE              1024
 #define CONFIG_SYS_MAXARGS             128
 #define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 /* Since U-Boot 64bit PCIe support is limited, disable 64bit MMIO support */
 /* #define CONFIG_SYS_PCI_64BIT                1 */
 
+#define DEFAULT_DFU_ALT_INFO "dfu_alt_info="                           \
+                       "mtd mx66u51235f=u-boot.bin raw 200000 100000;" \
+                       "fip.bin raw 180000 78000;"                     \
+                       "optee.bin raw 500000 100000\0"
+
 /* Distro boot settings */
 #ifndef CONFIG_SPL_BUILD
 #ifdef CONFIG_CMD_USB
        "ramdisk_addr_r=0xa0000000\0"           \
        "scriptaddr=0x88000000\0"               \
        "pxefile_addr_r=0x88100000\0"           \
+       DEFAULT_DFU_ALT_INFO                    \
        BOOTENV
 
 #endif /* __CONFIG_H */