aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-13 12:26:35 -0400
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:00 -0400
commitb35316fb67cb7aeaf022032ce078135251372f39 (patch)
treeb62b5ef7f7e4b815cad1b530a19a767783ba727d /README
parente2475141bde98b8da61e109e82d22be5e99a725b (diff)
downloadu-boot-b35316fb67cb7aeaf022032ce078135251372f39.zip
u-boot-b35316fb67cb7aeaf022032ce078135251372f39.tar.gz
u-boot-b35316fb67cb7aeaf022032ce078135251372f39.tar.bz2
Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig
This converts the following to Kconfig: CONFIG_SPL_INIT_MINIMAL CONFIG_SPL_FLUSH_IMAGE CONFIG_SPL_SKIP_RELOCATE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 0 insertions, 6 deletions
diff --git a/README b/README
index e686839..484a2c5 100644
--- a/README
+++ b/README
@@ -1716,9 +1716,6 @@ The following options need to be configured:
For ARM, enable an optional function to print more information
about the running system.
- CONFIG_SPL_INIT_MINIMAL
- Arch init code should be built for a very small image
-
CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR,
CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS
Sector and number of sectors to load kernel argument
@@ -1742,9 +1739,6 @@ The following options need to be configured:
continuing (the hardware starts execution after just
loading the first page rather than the full 4K).
- CONFIG_SPL_SKIP_RELOCATE
- Avoid SPL relocation
-
CONFIG_SPL_UBI
Support for a lightweight UBI (fastmap) scanner and
loader