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/syzygy_hub_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/syzygy_hub_defconfig')
-rw-r--r-- | configs/syzygy_hub_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/syzygy_hub_defconfig b/configs/syzygy_hub_defconfig index 4b4f692fe4f..b1990841987 100644 --- a/configs/syzygy_hub_defconfig +++ b/configs/syzygy_hub_defconfig @@ -26,6 +26,7 @@ CONFIG_LEGACY_IMAGE_FORMAT=y CONFIG_USE_PREBOOT=y CONFIG_CLOCKS=y CONFIG_SPL_STACK_R=y +CONFIG_SPL_FS_LOAD_ARGS_NAME="system.dtb" CONFIG_SPL_OS_BOOT=y CONFIG_SPL_FALCON_BOOT_MMCSD=y CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR=0x0 |