BOOTCOMMAND config setting in the header file is warning generation prome,
as it likely redefines the configuration file setting.
Signed-off-by: Ibai Erkiaga <ibaie@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
CONFIG_FIT=y
CONFIG_FIT_SIGNATURE=y
CONFIG_FIT_VERBOSE=y
+CONFIG_BOOTCOMMAND="run rsa_$modeboot || run distro_bootcmd"
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_SPL=y
CONFIG_SPL_STACK_R=y
/* enable preboot to be loaded before CONFIG_BOOTDELAY */
#define CONFIG_PREBOOT
-/* Boot configuration */
-/* default boot is according to the bootmode switch settings */
-#if defined(CONFIG_CMD_ZYNQ_RSA)
-#define CONFIG_BOOTCOMMAND "run rsa_$modeboot || run distro_bootcmd"
-#else
-#define CONFIG_BOOTCOMMAND "run $modeboot || run distro_bootcmd"
-#endif
#define CONFIG_SYS_LOAD_ADDR 0 /* default? */
/* Distro boot enablement */