mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 09:41:03 +02:00
ARM: update DEPRECATED_PARAM_STRUCT removal timeline
This configuration option is for the older boot method that preceeded ATAGS. This was scheduled for removal back in 2001, but the removal never happened, presumably because nobody cared enough to actually do it, not because there are any users left. Add "(DEPRECATED)' to the Kconfig line and update the timeline so we can remove it next year along with the other options that are not scheduled for that timeframe. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
fe91e4e9da
commit
949b2df588
|
|
@ -1401,11 +1401,11 @@ config ATAGS
|
|||
it is either converted to DT or removed.
|
||||
|
||||
config DEPRECATED_PARAM_STRUCT
|
||||
bool "Provide old way to pass kernel parameters"
|
||||
bool "Provide old way to pass kernel parameters (DEPRECATED)"
|
||||
depends on ATAGS
|
||||
help
|
||||
This was deprecated in 2001 and announced to live on for 5 years.
|
||||
Some old boot loaders still use this way.
|
||||
It is now scheduled for removal in early 2027.
|
||||
|
||||
# Compressed boot loader in ROM. Yes, we really want to ask about
|
||||
# TEXT and BSS so we preserve their values in the config files.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user