Skip to content
Snippets Groups Projects
Commit 8ccdba8b authored by Phil Edworthy's avatar Phil Edworthy Committed by Tom Rini
Browse files

keystone2: Rename local CONFIG_ symbol


CONFIG_SPL_STACK_SIZE is not a config option, so rename it.

Signed-off-by: default avatarPhil Edworthy <phil.edworthy@renesas.com>
parent 3064aa70
No related branches found
No related tags found
No related merge requests found
......@@ -47,11 +47,11 @@
#define CONFIG_SYS_SPL_MALLOC_START (CONFIG_SPL_BSS_START_ADDR + \
CONFIG_SPL_BSS_MAX_SIZE)
#define CONFIG_SYS_SPL_MALLOC_SIZE (32 * 1024)
#define CONFIG_SPL_STACK_SIZE (8 * 1024)
#define KEYSTONE_SPL_STACK_SIZE (8 * 1024)
#define CONFIG_SPL_STACK (CONFIG_SYS_SPL_MALLOC_START + \
CONFIG_SYS_SPL_MALLOC_SIZE + \
SPL_MALLOC_F_SIZE + \
CONFIG_SPL_STACK_SIZE - 4)
KEYSTONE_SPL_STACK_SIZE - 4)
#define CONFIG_SPL_SPI_LOAD
#define CONFIG_SYS_SPI_U_BOOT_OFFS CONFIG_SPL_PAD_TO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment