summaryrefslogtreecommitdiff
path: root/configs/P1010RDB-PA_SPIFLASH_defconfig
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-12-29 02:39:21 +0100
committerTom Rini <trini@konsulko.com>2023-01-10 15:39:07 -0500
commitf7f14cf027e93893e7757423c6fe99934c039e8f (patch)
treeb59d5382377ce377cb2324e06471ba3f7e87e636 /configs/P1010RDB-PA_SPIFLASH_defconfig
parente0025d995788b8d5bdd079659a7d6cd60858442f (diff)
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/P1010RDB-PA_SPIFLASH_defconfig')
-rw-r--r--configs/P1010RDB-PA_SPIFLASH_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/P1010RDB-PA_SPIFLASH_defconfig b/configs/P1010RDB-PA_SPIFLASH_defconfig
index 7c64fdcf6f..d7d8219e94 100644
--- a/configs/P1010RDB-PA_SPIFLASH_defconfig
+++ b/configs/P1010RDB-PA_SPIFLASH_defconfig
@@ -49,7 +49,6 @@ CONFIG_SPL_RELOC_MALLOC_SIZE=0x20000
CONFIG_SPL_ENV_SUPPORT=y
CONFIG_SPL_I2C=y
CONFIG_SPL_MPC8XXX_INIT_DDR=y
-CONFIG_SPL_TARGET="u-boot-with-spl.bin"
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PBSIZE=276
CONFIG_CMD_IMLS=y