diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-10-28 18:57:06 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-10-28 18:57:06 +0000 |
commit | 8d09e231fed1395b82227ce374dca4be32e77845 (patch) | |
tree | 74b7010e662c7b9886438f7ccdc14c593a5eea6f /src/mainboard/digitallogic | |
parent | 4ec4fbe0e94c173cf42fb9044a07b51d8e7fdd40 (diff) |
Fix some builds with Kconfig.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4883 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/digitallogic')
-rw-r--r-- | src/mainboard/digitallogic/adl855pc/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/digitallogic/adl855pc/Options.lb | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/digitallogic/adl855pc/Kconfig b/src/mainboard/digitallogic/adl855pc/Kconfig index 5a2fa333c9..70df54a718 100644 --- a/src/mainboard/digitallogic/adl855pc/Kconfig +++ b/src/mainboard/digitallogic/adl855pc/Kconfig @@ -8,7 +8,6 @@ config BOARD_DIGITALLOGIC_ADL855PC select HAVE_PIRQ_TABLE select UDELAY_TSC select BOARD_ROMSIZE_KB_1024 - select HAVE_HARD_RESET config MAINBOARD_DIR string diff --git a/src/mainboard/digitallogic/adl855pc/Options.lb b/src/mainboard/digitallogic/adl855pc/Options.lb index 8d649bc0b1..5c7ee6e6db 100644 --- a/src/mainboard/digitallogic/adl855pc/Options.lb +++ b/src/mainboard/digitallogic/adl855pc/Options.lb @@ -2,7 +2,6 @@ uses CONFIG_GENERATE_MP_TABLE uses CONFIG_GENERATE_PIRQ_TABLE uses CONFIG_USE_FALLBACK_IMAGE uses CONFIG_HAVE_FALLBACK_BOOT -uses CONFIG_HAVE_HARD_RESET uses CONFIG_HAVE_OPTION_TABLE uses CONFIG_USE_OPTION_TABLE uses CONFIG_ROM_PAYLOAD @@ -55,11 +54,6 @@ default CONFIG_HAVE_FALLBACK_BOOT=1 default CONFIG_GENERATE_MP_TABLE=0 ## -## Build code to reset the motherboard from coreboot -## -default CONFIG_HAVE_HARD_RESET=1 - -## ## use io based udelay function ## default CONFIG_UDELAY_IO=1 |