public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] dragonboard410c: Add CONFIG_SYS_CACHELINE_SIZE
@ 2016-04-11 20:45 Mateusz Kulikowski
  2016-04-11 21:09 ` Marek Vasut
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mateusz Kulikowski @ 2016-04-11 20:45 UTC (permalink / raw)
  To: u-boot

Add missing define to board header file.

Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
---
This patch fixes issue with efi_runtime patch:
http://lists.denx.de/pipermail/u-boot/2016-April/251121.html

 include/configs/dragonboard410c.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h
index a63440f..26f95a7 100644
--- a/include/configs/dragonboard410c.h
+++ b/include/configs/dragonboard410c.h
@@ -27,6 +27,8 @@
 #define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE + 0x80000)
 #define CONFIG_SYS_BOOTM_LEN		0x1000000 /* 16MB max kernel size */
 
+#define CONFIG_SYS_CACHELINE_SIZE	64
+
 /* UART */
 #define CONFIG_BAUDRATE			115200
 
-- 
2.5.0

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

end of thread, other threads:[~2016-04-21 11:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-11 20:45 [U-Boot] [PATCH] dragonboard410c: Add CONFIG_SYS_CACHELINE_SIZE Mateusz Kulikowski
2016-04-11 21:09 ` Marek Vasut
2016-04-12 13:02 ` Andreas Färber
2016-04-21 11:22 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox