diff options
author | Tom Rini | 2022-05-13 12:42:13 -0400 |
---|---|---|
committer | Tom Rini | 2022-06-06 12:09:00 -0400 |
commit | aa473e70ac2de96135d14cd6720f4a61c0328d0d (patch) | |
tree | 2d371d1d1eb31cb1b22d54e0b29df5b77e8a4813 | |
parent | 2179dc085d7b7f2e71cdaa1ff73b21a0ef0b8b5d (diff) |
fsl-layerscape: Remove CONFIG_SPL_PBL_PAD
This option is not referenced in code, remove it.
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | include/configs/ls1043a_common.h | 1 | ||||
-rw-r--r-- | include/configs/ls1046a_common.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h index 7457dad8668..0b54c52b4f2 100644 --- a/include/configs/ls1043a_common.h +++ b/include/configs/ls1043a_common.h @@ -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 diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index 000f19a73e2..21830c0bda9 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -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 |