All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: zynq: Enable SPL RAM support by default
@ 2016-02-17  7:39 Michal Simek
  2016-02-18  1:29 ` Moritz Fischer
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2016-02-17  7:39 UTC (permalink / raw)
  To: u-boot

Use RAM support in jtagboot mode.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 include/configs/zynq-common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index e8c3ef0c3872..9bd3e9f32665 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -307,6 +307,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"
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] ARM: zynq: Enable SPL RAM support by default
  2016-02-17  7:39 [U-Boot] [PATCH] ARM: zynq: Enable SPL RAM support by default Michal Simek
@ 2016-02-18  1:29 ` Moritz Fischer
  0 siblings, 0 replies; 2+ messages in thread
From: Moritz Fischer @ 2016-02-18  1:29 UTC (permalink / raw)
  To: u-boot

On Tue, Feb 16, 2016 at 11:39 PM, Michal Simek <michal.simek@xilinx.com> wrote:
> Use RAM support in jtagboot mode.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Moritz Fischer <moritz.fischer@ettus.com>

Looks good to me,

Moritz

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-18  1:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-17  7:39 [U-Boot] [PATCH] ARM: zynq: Enable SPL RAM support by default Michal Simek
2016-02-18  1:29 ` Moritz Fischer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.