diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-09-29 15:39:20 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-16 09:26:05 +0100 |
commit | 06f11dfb5b75acafdb86b50ac5c90b49716d9362 (patch) | |
tree | 1c138a12cd6a7c9ca17fdca7792f3011484e361d /arch/arm/configs | |
parent | 90ca4d9015eca4e9fd5a18e4572d419682e8f396 (diff) | |
download | linux-stable-06f11dfb5b75acafdb86b50ac5c90b49716d9362.tar.gz linux-stable-06f11dfb5b75acafdb86b50ac5c90b49716d9362.tar.bz2 linux-stable-06f11dfb5b75acafdb86b50ac5c90b49716d9362.zip |
ARM: mmp: remove all board files
The old-style board files were marked as 'unused' a while ago
and can now be removed for good, leaving only devicetree based
boot support.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/pxa168_defconfig | 3 | ||||
-rw-r--r-- | arch/arm/configs/pxa910_defconfig | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/configs/pxa168_defconfig b/arch/arm/configs/pxa168_defconfig index 826ebbef2e3c..8422ddc9bab2 100644 --- a/arch/arm/configs/pxa168_defconfig +++ b/arch/arm/configs/pxa168_defconfig @@ -1,9 +1,6 @@ CONFIG_SYSVIPC=y CONFIG_SYSFS_DEPRECATED_V2=y # CONFIG_BLK_DEV_BSG is not set -CONFIG_MACH_ASPENITE=y -CONFIG_MACH_ZYLONITE2=y -CONFIG_MACH_AVENGERS_LITE=y CONFIG_NO_HZ_IDLE=y CONFIG_HIGH_RES_TIMERS=y CONFIG_PREEMPT=y diff --git a/arch/arm/configs/pxa910_defconfig b/arch/arm/configs/pxa910_defconfig index 353008de5678..48e41ca582af 100644 --- a/arch/arm/configs/pxa910_defconfig +++ b/arch/arm/configs/pxa910_defconfig @@ -11,8 +11,6 @@ CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y CONFIG_MODULE_FORCE_UNLOAD=y # CONFIG_BLK_DEV_BSG is not set -CONFIG_MACH_TAVOREVB=y -CONFIG_MACH_TTC_DKB=y CONFIG_AEABI=y CONFIG_FPE_NWFPE=y CONFIG_SLAB=y |