X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=blobdiff_plain;f=include%2Fconfigs%2Fstm32f429-evaluation.h;h=7b3115997d1cabe7ba754db21a1c21579ce43ab7;hp=fb036238297870071b4827c929e8073a8cb490c5;hb=d021e942107a1f7304a879cec99286ca462f7be3;hpb=0c0eaee562291f5bbca38c5bab3b1cd75b617fc0 diff --git a/include/configs/stm32f429-evaluation.h b/include/configs/stm32f429-evaluation.h index fb03623829..7b3115997d 100644 --- a/include/configs/stm32f429-evaluation.h +++ b/include/configs/stm32f429-evaluation.h @@ -51,15 +51,11 @@ #define CONFIG_BOOTCOMMAND \ "run boot_sd" -#define CONFIG_ENV_VARS_UBOOT_CONFIG #define CONFIG_EXTRA_ENV_SETTINGS \ "boot_sd=mmc dev 0;fatload mmc 0 0x00700000 stm32429i-eval.dtb; fatload mmc 0 0x00008000 zImage; icache off; bootz 0x00008000 - 0x00700000" /* * Command line configuration. */ -#define CONFIG_SYS_LONGHELP -#define CONFIG_AUTO_COMPLETE -#define CONFIG_CMDLINE_EDITING #endif /* __CONFIG_H */