diff mbox

[U-Boot,2/6] arm: socfpga: sockit: Zap VIRTUAL_TARGET

Message ID 1449348262-18488-2-git-send-email-marex@denx.de
State Accepted
Delegated to: Marek Vasut
Headers show

Commit Message

Marek Vasut Dec. 5, 2015, 8:44 p.m. UTC
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>
---
 include/configs/socfpga_sockit.h | 4 ----
 1 file changed, 4 deletions(-)

Comments

Chin Liang See Dec. 7, 2015, 6:14 a.m. UTC | #1
On Sat, 2015-12-05 at 21:44 +0100, Marek Vasut wrote:
> 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>
> ---
>  include/configs/socfpga_sockit.h | 4 ----
>  1 file changed, 4 deletions(-)
> 

Reviewed-by: Chin Liang See <clsee@altera.com>

Thanks
Chin Liang
diff mbox

Patch

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