From: Michal Simek <michal.simek@xilinx.com>
Date: Wed, 17 Feb 2016 07:38:38 +0000 (+0100)
Subject: ARM: zynq: Enable SPL RAM support by default
X-Git-Tag: v2025.01-rc5-pxa1908~10220
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=70bdf2f6b9aefdc2ec96f20c12cb1a8bfc2ecbdf;p=u-boot.git

ARM: zynq: Enable SPL RAM support by default

Use RAM support in jtagboot mode.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Moritz Fischer <moritz.fischer@ettus.com>
---

diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index 6fcbff5c7e..d58c0a40b9 100644
--- 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"