diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2021-01-07 16:40:38 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-08-26 17:48:11 +0300 |
commit | c12adb0678446b3284a6135dc5fa7aa3b6a968a5 (patch) | |
tree | 523092aea60aeadae0ddddada817f325a238e1a6 /arch/powerpc/configs/mpc85xx_base.config | |
parent | e1ab9a730b426fadc018f91b7c98412473e542fb (diff) | |
download | linux-c12adb0678446b3284a6135dc5fa7aa3b6a968a5.tar.xz |
powerpc: retire sbc8548 board support
The support was for this was mainlined 13 years ago, in v2.6.25
[0e0fffe88767] just around the ppc --> powerpc migration.
I believe the board was introduced a year or two before that, so it
is roughly a 15 year old platform - with the CPU speed and memory size
that was typical for that era.
I haven't had one of these boards for several years, and availability
was discontinued several years before that.
Given that, there is no point in adding a burden to testing coverage
that builds all possible defconfigs, so it makes sense to remove it.
Of course it will remain in the git history forever, for anyone who
happens to find a functional board and wants to tinker with it.
Acked-by: Scott Wood <oss@buserror.net>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs/mpc85xx_base.config')
-rw-r--r-- | arch/powerpc/configs/mpc85xx_base.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/mpc85xx_base.config b/arch/powerpc/configs/mpc85xx_base.config index b1593fe6f70b..85907b776908 100644 --- a/arch/powerpc/configs/mpc85xx_base.config +++ b/arch/powerpc/configs/mpc85xx_base.config @@ -13,7 +13,6 @@ CONFIG_P1022_DS=y CONFIG_P1022_RDK=y CONFIG_P1023_RDB=y CONFIG_TWR_P102x=y -CONFIG_SBC8548=y CONFIG_SOCRATES=y CONFIG_STX_GP3=y CONFIG_TQM8540=y |