ARM: Drop CMDLINE_FORCE dependency on !ARCH_MULTIPLATFORM
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 27 Sep 2022 13:26:26 +0000 (15:26 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 28 Sep 2022 20:33:32 +0000 (22:33 +0200)
commit502647105a1d0302d5fc32814da45bb4772becda
tree371f43d169ad465de4de62309f0cc65b6d4cc5e0
parentc1ce7edcb69b61ea06c317e177518ab6bea7453a
ARM: Drop CMDLINE_FORCE dependency on !ARCH_MULTIPLATFORM

On older platforms that boot an image with an appended DTB, or where
the boot loader has no support for updating chosen/bootargs, it is
common to rely on CMDLINE_FORCE.

While a fixed command line can make the kernel unbootable on other
platforms, it is not guaranteed to cause that.  E.g. all Renesas boards
use the same chosen/bootargs in upstream DTS, which works fine if your
DHCP server hands out proper nfsroot parameters.

Fixes: 84fc863606239d8b ("ARM: make ARCH_MULTIPLATFORM user-visible")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig