diff options
author | Tom Rini <trini@konsulko.com> | 2022-05-27 17:13:52 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:29 -0400 |
commit | a62b7f0c24803528e82d88072050deaa0fc8775b (patch) | |
tree | e40e577bb39504cba557954cd8975be21d0cef3f /configs/P1020RDB-PC_SPIFLASH_defconfig | |
parent | cad7f4bab842aefa6b4ec44312ad6b50db024526 (diff) | |
download | u-boot-a62b7f0c24803528e82d88072050deaa0fc8775b.tar.gz u-boot-a62b7f0c24803528e82d88072050deaa0fc8775b.tar.bz2 u-boot-a62b7f0c24803528e82d88072050deaa0fc8775b.zip |
Convert CONFIG_SPL_TARGET to Kconfig
This converts the following to Kconfig:
CONFIG_SPL_TARGET
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P1020RDB-PC_SPIFLASH_defconfig')
-rw-r--r-- | configs/P1020RDB-PC_SPIFLASH_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P1020RDB-PC_SPIFLASH_defconfig b/configs/P1020RDB-PC_SPIFLASH_defconfig index cfd42e4bf3..debd83ed93 100644 --- a/configs/P1020RDB-PC_SPIFLASH_defconfig +++ b/configs/P1020RDB-PC_SPIFLASH_defconfig @@ -42,6 +42,7 @@ CONFIG_SPL_RELOC_MALLOC_SIZE=0x1b000 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_AUTO_COMPLETE is not set CONFIG_SYS_PBSIZE=276 |