mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00: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
2 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue