[U-Boot] [PATCH] imx6_logic: Remove unnecessary definition.

Adam Ford aford173 at gmail.com
Thu Apr 13 21:57:28 UTC 2017


This removes CONFIG_STACKSIZE from imx6_logic. A recent commit
removed references to CONFIG_STACKSIZE.  This was done in parallel
with the initial commit imx6_logic.  It doesn't appear to be needed
any longer, and keeping breaks the build.

Signed-off-by: Adam Ford <aford173 at gmail.com>

diff --git a/include/configs/imx6_logic.h b/include/configs/imx6_logic.h
index bb95dd8..175ddc4 100644
--- a/include/configs/imx6_logic.h
+++ b/include/configs/imx6_logic.h
@@ -130,8 +130,6 @@
 #define CONFIG_SYS_MEMTEST_END         0x10010000
 #define CONFIG_SYS_MEMTEST_SCRATCH     0x10800000
 
-#define CONFIG_STACKSIZE               (128 * 1024)
-
 /* Physical Memory Map */
 #define CONFIG_NR_DRAM_BANKS           1
 #define PHYS_SDRAM                     MMDC0_ARB_BASE_ADDR
-- 
2.7.4



More information about the U-Boot mailing list