From: Marek Vasut Date: Sat, 5 Dec 2015 19:01:40 +0000 (+0100) Subject: arm: socfpga: sockit: Zap VIRTUAL_TARGET X-Git-Tag: v2016.01-rc3~8^2~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=92232747bb99e1f72860dd4ed293402f21667358;p=u-boot arm: socfpga: sockit: Zap VIRTUAL_TARGET There is no VT for this board, so remove this incorrect macro. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen --- diff --git a/include/configs/socfpga_sockit.h b/include/configs/socfpga_sockit.h index eefe01c5c8..924de3f7ab 100644 --- a/include/configs/socfpga_sockit.h +++ b/include/configs/socfpga_sockit.h @@ -37,11 +37,7 @@ #define CONFIG_BOOTDELAY 3 #define CONFIG_BOOTFILE "fitImage" #define CONFIG_BOOTARGS "console=ttyS0," __stringify(CONFIG_BAUDRATE) -#ifdef CONFIG_SOCFPGA_VIRTUAL_TARGET -#define CONFIG_BOOTCOMMAND "run ramboot" -#else #define CONFIG_BOOTCOMMAND "run mmcload; run mmcboot" -#endif #define CONFIG_LOADADDR 0x01000000 #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR