diff mbox

[U-Boot] imx6_logic: Remove unnecessary definition.

Message ID 1492120648-15456-1-git-send-email-aford173@gmail.com
State Deferred
Delegated to: Tom Rini
Headers show

Commit Message

Adam Ford April 13, 2017, 9:57 p.m. UTC
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@gmail.com>
diff mbox

Patch

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