diff options
author | Tom Rini | 2022-05-13 17:12:35 -0400 |
---|---|---|
committer | Tom Rini | 2022-06-06 12:09:00 -0400 |
commit | 4a11e34bc9c0f3818f3e847ac51c82d1c9bbb807 (patch) | |
tree | 58b384ec316de3e870b82896fb9495dbef720f53 /configs/am57xx_hs_evm_usb_defconfig | |
parent | bab1b35c617a339da8f859bfea90ec304859b354 (diff) |
Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to Kconfig
This converts the following to Kconfig:
CONFIG_SPL_FS_LOAD_ARGS_NAME
CONFIG_SPL_FS_LOAD_KERNEL_NAME
CONFIG_SPL_FS_LOAD_PAYLOAD_NAME
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/am57xx_hs_evm_usb_defconfig')
-rw-r--r-- | configs/am57xx_hs_evm_usb_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am57xx_hs_evm_usb_defconfig b/configs/am57xx_hs_evm_usb_defconfig index 40c628a4988..b218b1b50d0 100644 --- a/configs/am57xx_hs_evm_usb_defconfig +++ b/configs/am57xx_hs_evm_usb_defconfig @@ -34,6 +34,7 @@ CONFIG_AVB_VERIFY=y CONFIG_ANDROID_AB=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_DMA=y +CONFIG_SPL_FS_LOAD_PAYLOAD_NAME="u-boot.img" # CONFIG_SPL_NAND_SUPPORT is not set CONFIG_SPL_DM_SPI_FLASH=y CONFIG_SPL_RAM_SUPPORT=y |