[U-Boot] [PATCH] dragonboard410c: Add CONFIG_SYS_CACHELINE_SIZE
Mateusz Kulikowski
mateusz.kulikowski at gmail.com
Mon Apr 11 22:45:46 CEST 2016
Add missing define to board header file.
Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski at 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
More information about the U-Boot
mailing list