[U-Boot] [PATCH] ARm64: zynqmp: Remove CONFIG_PREBOOT

29 Apr
2016
29 Apr
'16
1:06 p.m.
CONFIG_PREBOOT variable is breaking ./test/py framework. Remove it.
Signed-off-by: Michal Simek michal.simek@xilinx.com ---
include/configs/xilinx_zynqmp.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index c6a93de4bbd9..346318dcea4f 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -159,7 +159,6 @@ "booti $kernel_addr - $fdt_addr\0" \ DFU_ALT_INFO
-#define CONFIG_PREBOOT "run bootargs" #define CONFIG_BOOTCOMMAND "run $modeboot" #define CONFIG_BOOTDELAY 3
--
1.9.1
3301
Age (days ago)
3301
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michal Simek