diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-07-18 20:15:01 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-07-22 13:11:21 +0200 |
commit | 60e3eabca49c25bae8896eb094c70b46aa0d2a0f (patch) | |
tree | dada8ef26cba2c2e0ab3b9b0f125b9910ff38728 /arch/arm/configs/mmp2_defconfig | |
parent | 6eea15887f38b0b49beb05aa0d75e854b593e967 (diff) | |
download | linux-stable-60e3eabca49c25bae8896eb094c70b46aa0d2a0f.tar.gz linux-stable-60e3eabca49c25bae8896eb094c70b46aa0d2a0f.tar.bz2 linux-stable-60e3eabca49c25bae8896eb094c70b46aa0d2a0f.zip |
ARM: mmp: mark all board files for removal
The mmp platform supports both ATAGS based board files and DT
booting, but it appears that nobody has been interested in
board files for a long time.
Mark all of them for removal in early 2023 with a dependency
on CONFIG_UNUSED_BOARD_FILES, leaving only the DT support
for the future, unless someone pops up who uses them.
Cc: Lubomir Rintel <lkundrak@v3.sk>
Cc: Haojian Zhuang <haojian.zhuang@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/mmp2_defconfig')
-rw-r--r-- | arch/arm/configs/mmp2_defconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/configs/mmp2_defconfig b/arch/arm/configs/mmp2_defconfig index 1b6b41a36888..4d39c615117b 100644 --- a/arch/arm/configs/mmp2_defconfig +++ b/arch/arm/configs/mmp2_defconfig @@ -5,10 +5,8 @@ CONFIG_LOG_BUF_SHIFT=14 CONFIG_SYSFS_DEPRECATED_V2=y # CONFIG_BLK_DEV_BSG is not set CONFIG_ARCH_MMP=y -CONFIG_MACH_BROWNSTONE=y -CONFIG_MACH_FLINT=y -CONFIG_MACH_MARVELL_JASPER=y CONFIG_AEABI=y +CONFIG_MACH_MMP2_DT=y CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.168.1.100::255.255.255.0::eth0:on console=ttyS2,38400 mem=128M user_debug=255 earlyprintk" CONFIG_VFP=y CONFIG_MODULES=y @@ -56,6 +54,7 @@ CONFIG_BACKLIGHT_MAX8925=y CONFIG_MMC=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_MAX8925=y +# CONFIG_RESET_CONTROLLER is not set CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y CONFIG_EXT4_FS=y |