]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/ti_omap4_common.h
Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND
[people/ms/u-boot.git] / include / configs / ti_omap4_common.h
index 018e4c2512827cbdeb3416f15392848be4ca7c77..91b2132455d93bf8c8e586577355232528042e8c 100644 (file)
        func(PXE, pxe, na) \
        func(DHCP, dhcp, na)
 
-#define CONFIG_BOOTCOMMAND \
-       "if test ${boot_fit} -eq 1; then "      \
-               "run update_to_fit;"    \
-       "fi;"   \
-       "run findfdt; " \
-       "run envboot; " \
-       "run distro_bootcmd"
-
 #include <config_distro_bootcmd.h>
 #include <environment/ti/mmc.h>
 
 #define CONFIG_SYS_SPL_ARGS_ADDR       (CONFIG_SYS_SDRAM_BASE + \
                                         (128 << 20))
 
-#ifdef CONFIG_NAND
-#define CONFIG_SPL_NAND_AM33XX_BCH     /* ELM support */
-#endif
-
 #ifdef CONFIG_SPL_BUILD
 /* No need for i2c in SPL mode as we will use SRI2C for PMIC access on OMAP4 */
 #undef CONFIG_SYS_I2C