Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / dockstar.h
index 75a2476..8a5daf4 100644 (file)
 /*
  * Default environment variables
  */
-#define CONFIG_BOOTCOMMAND \
-       "setenv bootargs ${console} ${mtdparts} ${bootargs_root}; "     \
-       "ubi part root; " \
-       "ubifsmount ubi:root; " \
-       "ubifsload 0x800000 ${kernel}; " \
-       "ubifsload 0x1100000 ${initrd}; " \
-       "bootm 0x800000 0x1100000"
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "console=console=ttyS0,115200\0" \