diff options
author | Tom Rini <trini@konsulko.com> | 2022-05-13 17:12:35 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:00 -0400 |
commit | 4a11e34bc9c0f3818f3e847ac51c82d1c9bbb807 (patch) | |
tree | 58b384ec316de3e870b82896fb9495dbef720f53 /README | |
parent | bab1b35c617a339da8f859bfea90ec304859b354 (diff) | |
download | u-boot-4a11e34bc9c0f3818f3e847ac51c82d1c9bbb807.tar.gz u-boot-4a11e34bc9c0f3818f3e847ac51c82d1c9bbb807.tar.bz2 u-boot-4a11e34bc9c0f3818f3e847ac51c82d1c9bbb807.zip |
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 'README')
-rw-r--r-- | README | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -1722,17 +1722,6 @@ The following options need to be configured: parameters from when MMC is being used in raw mode (for falcon mode) - CONFIG_SPL_FS_LOAD_PAYLOAD_NAME - Filename to read to load U-Boot when reading from filesystem - - CONFIG_SPL_FS_LOAD_KERNEL_NAME - Filename to read to load kernel uImage when reading - from filesystem (for Falcon mode) - - CONFIG_SPL_FS_LOAD_ARGS_NAME - Filename to read to load kernel argument parameters - when reading from filesystem (for Falcon mode) - CONFIG_SPL_MPC83XX_WAIT_FOR_NAND Set this for NAND SPL on PPC mpc83xx targets, so that start.S waits for the rest of the SPL to load before |