diff options
author | Marek Vasut <marex@denx.de> | 2015-12-05 20:01:40 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-12-20 03:36:51 +0100 |
commit | 92232747bb99e1f72860dd4ed293402f21667358 (patch) | |
tree | 9c036ce01329d1aaf09cb7abb8d721b7731a3d98 | |
parent | ac5516dd30bd3ec125ba98e32e2eb656793a9532 (diff) | |
download | u-boot-imx-92232747bb99e1f72860dd4ed293402f21667358.zip u-boot-imx-92232747bb99e1f72860dd4ed293402f21667358.tar.gz u-boot-imx-92232747bb99e1f72860dd4ed293402f21667358.tar.bz2 |
arm: socfpga: sockit: Zap VIRTUAL_TARGET
There is no VT for this board, so remove this incorrect macro.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
-rw-r--r-- | include/configs/socfpga_sockit.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/socfpga_sockit.h b/include/configs/socfpga_sockit.h index eefe01c..924de3f 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 |