mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
Remove CONFIG_SPL_STACK_SIZE
This is not used anywhere, drop it. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
0bf940c235
commit
cad7f4bab8
1 changed files with 0 additions and 3 deletions
|
@ -128,7 +128,4 @@
|
|||
/* BRAM size - will be generated */
|
||||
#define CONFIG_SYS_INIT_RAM_SIZE 0x100000
|
||||
|
||||
/* Just for sure that there is a space for stack */
|
||||
#define CONFIG_SPL_STACK_SIZE 0x100
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue