diff options
author | Ricardo Martins <rasmartins@gmail.com> | 2012-07-06 17:41:29 +0100 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2012-07-07 11:47:34 +0200 |
commit | f5062437dc6fae2932568a3038e6771b0dc8d820 (patch) | |
tree | 465a1bf9c2638f0941c818ba87ab009d5ab08ab9 /src/mainboard/iei | |
parent | 56dfc7c6843f22d4491bc8b79a2afca72dd40e60 (diff) | |
download | coreboot-f5062437dc6fae2932568a3038e6771b0dc8d820.tar.xz |
IEI PM-LX-800-R11: Removed bogus Kconfig option
The Kconfig file for this board contains a bogus option called
CORE_GLIU, this change removes it.
Change-Id: I4ea069bdd76be53085ebc9c0fb3dd71ffb2a12e1
Signed-off-by: Ricardo Martins <rasmartins@gmail.com>
Reviewed-on: http://review.coreboot.org/1179
Reviewed-by: Peter Stuge <peter@stuge.se>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/iei')
-rw-r--r-- | src/mainboard/iei/pm-lx-800-r11/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/iei/pm-lx-800-r11/Kconfig b/src/mainboard/iei/pm-lx-800-r11/Kconfig index 2c8675d257..a897106e68 100644 --- a/src/mainboard/iei/pm-lx-800-r11/Kconfig +++ b/src/mainboard/iei/pm-lx-800-r11/Kconfig @@ -60,8 +60,4 @@ config CORE_GLIU_500_400 endchoice -config CORE_GLIU - int - default 7 - endif # BOARD_IEI_PM_LX_800_R11 |