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 /include/configs/sama5d27_wlsom1_ek.h | |
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 'include/configs/sama5d27_wlsom1_ek.h')
-rw-r--r-- | include/configs/sama5d27_wlsom1_ek.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/sama5d27_wlsom1_ek.h b/include/configs/sama5d27_wlsom1_ek.h index e611e7b5104..a1c0e6a1eb6 100644 --- a/include/configs/sama5d27_wlsom1_ek.h +++ b/include/configs/sama5d27_wlsom1_ek.h @@ -35,8 +35,4 @@ #define CONFIG_SYS_MONITOR_LEN (512 << 10) -#ifdef CONFIG_SD_BOOT -#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" -#endif - #endif |