diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-12-20 10:22:08 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-21 18:08:59 +0000 |
commit | 5ef8e6ebd1046693b467bb7ed2a55a53711077de (patch) | |
tree | e9b9c48b2d8134179be852ec268c19f3b0f6baaa /src/mainboard/pcengines/alix2c | |
parent | 250f01e7e3ce642cffaa115c8f1e7d88357bbb9a (diff) | |
download | coreboot-5ef8e6ebd1046693b467bb7ed2a55a53711077de.tar.xz |
mb/pcengines/alixxx: Drop boards
These boards are still using LATE_CBMEM which was agreed upon to
be removed after release 4.7. It is now more than 1 year later
and they still linger around.
The work and review to bring those boards up to date can happen on the 4.9
branch and then squashed and merged back into mainline when done.
Change-Id: Iede79ef50681f769a47ce3d66b335dae92aef56b
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/30325
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/pcengines/alix2c')
-rw-r--r-- | src/mainboard/pcengines/alix2c/Kconfig | 9 | ||||
-rw-r--r-- | src/mainboard/pcengines/alix2c/Kconfig.name | 2 | ||||
-rw-r--r-- | src/mainboard/pcengines/alix2c/board_info.txt | 7 |
3 files changed, 0 insertions, 18 deletions
diff --git a/src/mainboard/pcengines/alix2c/Kconfig b/src/mainboard/pcengines/alix2c/Kconfig deleted file mode 100644 index 8bed484797..0000000000 --- a/src/mainboard/pcengines/alix2c/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -if BOARD_PCENGINES_ALIX2C - -# Dummy for abuild - -config MAINBOARD_PART_NUMBER - string - default "ALIX.2C" - -endif diff --git a/src/mainboard/pcengines/alix2c/Kconfig.name b/src/mainboard/pcengines/alix2c/Kconfig.name deleted file mode 100644 index 7583019dba..0000000000 --- a/src/mainboard/pcengines/alix2c/Kconfig.name +++ /dev/null @@ -1,2 +0,0 @@ -config BOARD_PCENGINES_ALIX2C - bool "ALIX.2C2 or 2C3" diff --git a/src/mainboard/pcengines/alix2c/board_info.txt b/src/mainboard/pcengines/alix2c/board_info.txt deleted file mode 100644 index 099a3ca974..0000000000 --- a/src/mainboard/pcengines/alix2c/board_info.txt +++ /dev/null @@ -1,7 +0,0 @@ -Board name: alix2c -Board URL: http://pcengines.ch/alix2c3.htm -Category: half -ROM package: TSOP-32 -ROM protocol: LPC -ROM socketed: n -Flashrom support: y |