mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-14 17:11:34 +02:00
fsl-layerscape: Remove CONFIG_SPL_PBL_PAD
This option is not referenced in code, remove it. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
2179dc085d
commit
aa473e70ac
@ -78,7 +78,6 @@
|
||||
|
||||
/* NAND SPL */
|
||||
#ifdef CONFIG_NAND_BOOT
|
||||
#define CONFIG_SPL_PBL_PAD
|
||||
#define CONFIG_SPL_MAX_SIZE 0x1a000
|
||||
#define CONFIG_SPL_STACK 0x1001d000
|
||||
#define CONFIG_SYS_NAND_U_BOOT_DST CONFIG_SYS_TEXT_BASE
|
||||
|
@ -89,8 +89,6 @@
|
||||
|
||||
/* NAND SPL */
|
||||
#ifdef CONFIG_NAND_BOOT
|
||||
#define CONFIG_SPL_PBL_PAD
|
||||
|
||||
#define CONFIG_SPL_MAX_SIZE 0x17000 /* 90 KiB */
|
||||
#define CONFIG_SPL_STACK 0x1001f000
|
||||
#define CONFIG_SYS_NAND_U_BOOT_DST CONFIG_SYS_TEXT_BASE
|
||||
|
Loading…
x
Reference in New Issue
Block a user