diff options
author | Pali Rohár | 2022-12-29 02:39:21 +0100 |
---|---|---|
committer | Tom Rini | 2023-01-10 15:39:07 -0500 |
commit | f7f14cf027e93893e7757423c6fe99934c039e8f (patch) | |
tree | b59d5382377ce377cb2324e06471ba3f7e87e636 /configs/P2020RDB-PC_36BIT_NAND_defconfig | |
parent | e0025d995788b8d5bdd079659a7d6cd60858442f (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/P2020RDB-PC_36BIT_NAND_defconfig')
-rw-r--r-- | configs/P2020RDB-PC_36BIT_NAND_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/P2020RDB-PC_36BIT_NAND_defconfig b/configs/P2020RDB-PC_36BIT_NAND_defconfig index c53c4c6c7cc..7646e9054b8 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 |