diff options
author | Pali Rohár <pali@kernel.org> | 2022-04-25 14:21:20 +0530 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2022-04-26 17:18:39 +0530 |
commit | ab37df9d221e12adf709c7391c001b9dd5d33606 (patch) | |
tree | f81d438a96bb849445dbd15e4a3b24d7e07cb2fd /configs/P1020RDB-PC_NAND_defconfig | |
parent | 0038f2362a24478a6c9a7fb186887851f2b32512 (diff) | |
download | u-boot-ab37df9d221e12adf709c7391c001b9dd5d33606.tar.gz u-boot-ab37df9d221e12adf709c7391c001b9dd5d33606.tar.bz2 u-boot-ab37df9d221e12adf709c7391c001b9dd5d33606.zip |
powerpc: mpc85xx: Remove duplicate u-boot-nand.lds
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/P1020RDB-PC_NAND_defconfig')
-rw-r--r-- | configs/P1020RDB-PC_NAND_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/P1020RDB-PC_NAND_defconfig b/configs/P1020RDB-PC_NAND_defconfig index be29f9eac4..00d847d50a 100644 --- a/configs/P1020RDB-PC_NAND_defconfig +++ b/configs/P1020RDB-PC_NAND_defconfig @@ -15,8 +15,6 @@ CONFIG_SPL=y CONFIG_MPC85xx=y # CONFIG_CMD_ERRATA is not set CONFIG_TARGET_P1020RDB_PC=y -CONFIG_SYS_CUSTOM_LDSCRIPT=y -CONFIG_SYS_LDSCRIPT="arch/powerpc/cpu/mpc85xx/u-boot-nand.lds" CONFIG_MP=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y |