summaryrefslogtreecommitdiff
path: root/configs/P2020RDB-PC_36BIT_NAND_defconfig
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-12-29 04:39:21 +0300
committerTom Rini <trini@konsulko.com>2023-01-10 23:39:07 +0300
commitf7f14cf027e93893e7757423c6fe99934c039e8f (patch)
treeb59d5382377ce377cb2324e06471ba3f7e87e636 /configs/P2020RDB-PC_36BIT_NAND_defconfig
parente0025d995788b8d5bdd079659a7d6cd60858442f (diff)
downloadu-boot-f7f14cf027e93893e7757423c6fe99934c039e8f.tar.xz
powerpc/mpc85xx: Unset CONFIG_SPL_TARGET="u-boot-with-spl.bin"
CONFIG_SPL_TARGET should specify additional SPL make target. But u-boot-with-spl.bin is final U-Boot binary, not SPL binary in some custom format. Moreover u-boot-with-spl.bin is already set in CONFIG_BUILD_TARGET, so make will build it by default. Signed-off-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'configs/P2020RDB-PC_36BIT_NAND_defconfig')
-rw-r--r--configs/P2020RDB-PC_36BIT_NAND_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/P2020RDB-PC_36BIT_NAND_defconfig b/configs/P2020RDB-PC_36BIT_NAND_defconfig
index c53c4c6c7c..7646e9054b 100644
--- a/configs/P2020RDB-PC_36BIT_NAND_defconfig
+++ b/configs/P2020RDB-PC_36BIT_NAND_defconfig
@@ -52,7 +52,6 @@ CONFIG_TPL_RELOC_MALLOC=y
CONFIG_TPL_RELOC_MALLOC_ADDR=0xf8fb4000
CONFIG_TPL_RELOC_MALLOC_SIZE=0xc000
CONFIG_SPL_NAND_SUPPORT=y
-CONFIG_SPL_TARGET="u-boot-with-spl.bin"
CONFIG_TPL=y
CONFIG_TPL_ENV_SUPPORT=y
CONFIG_TPL_I2C=y