projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5a5d2b
)
arm: socfpga: de0_nano: Zap VIRTUAL_TARGET
author
Marek Vasut
<
[email protected]
>
Sat, 5 Dec 2015 19:00:52 +0000
(20:00 +0100)
committer
Marek Vasut
<
[email protected]
>
Sun, 20 Dec 2015 02:36:51 +0000
(
03:36
+0100)
There is no VT for this board, so remove this incorrect macro.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Chin Liang See <
[email protected]
>
Cc: Dinh Nguyen <
[email protected]
>
include/configs/socfpga_de0_nano_soc.h
patch
|
blob
|
history
diff --git
a/include/configs/socfpga_de0_nano_soc.h
b/include/configs/socfpga_de0_nano_soc.h
index d27aa9b2c11473bb7eb7b90c1b66295028850b6c..600789509a4c788291c70e76f3623173d5054708 100644
(file)
--- a/
include/configs/socfpga_de0_nano_soc.h
+++ b/
include/configs/socfpga_de0_nano_soc.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