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:
cb204a6
)
ARM: zynq: Enable SPL RAM support by default
author
Michal Simek
<michal.simek@xilinx.com>
Wed, 17 Feb 2016 07:38:38 +0000
(08:38 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Mon, 22 Feb 2016 15:21:07 +0000
(16:21 +0100)
Use RAM support in jtagboot mode.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Moritz Fischer <moritz.fischer@ettus.com>
include/configs/zynq-common.h
patch
|
blob
|
history
diff --git
a/include/configs/zynq-common.h
b/include/configs/zynq-common.h
index 6fcbff5c7e4ee3ef0f6bb78ba94fa2e17c6eeb35..d58c0a40b94a08a215644465c1e8415fdb320320 100644
(file)
--- a/
include/configs/zynq-common.h
+++ b/
include/configs/zynq-common.h
@@
-304,6
+304,7
@@
#define CONFIG_SPL_LIBGENERIC_SUPPORT
#define CONFIG_SPL_SERIAL_SUPPORT
#define CONFIG_SPL_BOARD_INIT
+#define CONFIG_SPL_RAM_DEVICE
#define CONFIG_SPL_LDSCRIPT "arch/arm/mach-zynq/u-boot-spl.lds"