]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/el6x_common.h
Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND
[people/ms/u-boot.git] / include / configs / el6x_common.h
index 2f4219fff6aa8992b6af3b87cde0491dc93131d4..909981cf10199e183e67f61c4aa918758e03735b 100644 (file)
 /* allow to overwrite serial and ethaddr */
 #define CONFIG_ENV_OVERWRITE
 #define CONFIG_MXC_UART_BASE   UART2_BASE
-#define CONFIG_BAUDRATE             115200
-
-/* Command definition */
-
-#define CONFIG_CMD_BMODE
-#undef CONFIG_CMD_IMLS
 
 #define CONFIG_BOARD_NAME      EL6Q
 
        func(PXE, PXE, na) \
        func(DHCP, dhcp, na)
 
-#define CONFIG_BOOTCOMMAND \
-          "run findfdt; " \
-          "run distro_bootcmd"
-
 #include <config_distro_bootcmd.h>
 
 #define CONFIG_ARP_TIMEOUT     200UL
 #define CONFIG_SYS_MEMTEST_END         0x10800000
 #define CONFIG_SYS_MEMTEST_SCRATCH     0x10800000
 
-#define CONFIG_STACKSIZE               (128 * 1024)
-
 /* Physical Memory Map */
 #define CONFIG_NR_DRAM_BANKS           1
 #define PHYS_SDRAM                     MMDC0_ARB_BASE_ADDR
 
 #define CONFIG_ENV_SIZE                        (8 * 1024)
 
-#define CONFIG_ENV_IS_IN_MMC
-
 #if defined(CONFIG_ENV_IS_IN_MMC)
 #define CONFIG_SYS_MMC_ENV_DEV         1
 #define CONFIG_SYS_MMC_ENV_PART                2