summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinitha V Pillai <vinitha.pillai@nxp.com>2018-01-08 05:59:08 (GMT)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2018-01-10 04:04:10 (GMT)
commit694f7c31e327825574dfee102d50b88494792dcd (patch)
tree247b64a5753f89bdc0b6ef7f59102278f87e25ee
parent5b6cdca354081ee9583bf32d4c98116b3ede5083 (diff)
downloadu-boot-694f7c31e327825574dfee102d50b88494792dcd.tar.xz
armv8: ls1088a: Compile off DCACHE for SPL size reduction
Enable CONFIG_SYS_DCACHE_OFF in case of SPL build as DCACHE is not being enabled in case of SPL image but was compiled in to add redundant code. Signed-off-by: Sumit Garg <sumit.garg@nxp.com> Signed-off-by: Vinitha V Pillai <vinitha.pillai@nxp.com>
-rw-r--r--include/configs/ls1088a_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ls1088a_common.h b/include/configs/ls1088a_common.h
index 0ce65ae..ef66119 100644
--- a/include/configs/ls1088a_common.h
+++ b/include/configs/ls1088a_common.h
@@ -18,6 +18,7 @@
#define SPL_NO_SATA
#define SPL_NO_QSPI
#define SPL_NO_IFC
+#define CONFIG_SYS_DCACHE_OFF
#undef CONFIG_DISPLAY_CPUINFO
#endif