diff options
author | Martin Roth <gaumless@gmail.com> | 2017-10-15 14:52:44 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-01-15 23:24:43 +0000 |
commit | 779b32beffae83ece727a43f2ce216513bf66c15 (patch) | |
tree | feb93fadaf6e91ff1ab58a66f00ab90d6b8bafd5 /src/mainboard/lanner/Kconfig | |
parent | 0026a53562595cafb466e4ff836c50a7817d5297 (diff) |
Intel i855 board & chips: Remove - using LATE_CBMEM_INIT
All boards and chips that are still using LATE_CBMEM_INIT are being
removed as previously discussed.
If these boards and chips are updated to not use LATE_CBMEM_INIT, they
can be restored to the active codebase from the 4.7 branch.
chips:
northbridge/intel/i855
Mainboards:
mainboard/lanner/em8510
Change-Id: Ic9ba0ba7e2b6e602a5749cc531dd705c49e3f08d
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/22029
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/lanner/Kconfig')
-rw-r--r-- | src/mainboard/lanner/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mainboard/lanner/Kconfig b/src/mainboard/lanner/Kconfig deleted file mode 100644 index 3b304ba9f5..0000000000 --- a/src/mainboard/lanner/Kconfig +++ /dev/null @@ -1,16 +0,0 @@ -if VENDOR_LANNER - -choice - prompt "Mainboard model" - -source "src/mainboard/lanner/*/Kconfig.name" - -endchoice - -source "src/mainboard/lanner/*/Kconfig" - -config MAINBOARD_VENDOR - string - default "Lanner" - -endif # VENDOR_LANNER |