[PATCH 2/9] fsl-layerscape: Remove CONFIG_SPL_PBL_PAD

Tom Rini trini at konsulko.com
Thu May 19 01:47:45 CEST 2022


This option is not referenced in code, remove it.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 include/configs/ls1043a_common.h | 1 -
 include/configs/ls1046a_common.h | 2 --
 2 files changed, 3 deletions(-)

diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h
index 7457dad86682..0b54c52b4f2e 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 000f19a73e27..21830c0bda9e 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
-- 
2.25.1



More information about the U-Boot mailing list