diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2006-10-24 09:37:04 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-10-24 09:37:04 +0000 |
commit | 9d6be3ec42fc0ad138150d988b3e400168318e2d (patch) | |
tree | 467149588f8eb2ff4cc35bd21867c20a2eb47595 /targets | |
parent | 1d8261d416c5333a4ff73e0980a5b7838a66e19b (diff) | |
download | coreboot-9d6be3ec42fc0ad138150d988b3e400168318e2d.tar.xz |
fix naming convention, turn X.
another commit is following
Signed-off-by: Yinghai Lu <yinghailu@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2468 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r-- | targets/iwill/dk8_htx/Config.lb | 2 | ||||
-rw-r--r-- | targets/iwill/dk8s2/Config.lb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/targets/iwill/dk8_htx/Config.lb b/targets/iwill/dk8_htx/Config.lb index ae7d8be730..3433784dcf 100644 --- a/targets/iwill/dk8_htx/Config.lb +++ b/targets/iwill/dk8_htx/Config.lb @@ -1,6 +1,6 @@ target dk8_htx -mainboard Iwill/dk8_htx +mainboard iwill/dk8_htx # serengeti_leopard romimage "normal" diff --git a/targets/iwill/dk8s2/Config.lb b/targets/iwill/dk8s2/Config.lb index 64419756e4..efb0592847 100644 --- a/targets/iwill/dk8s2/Config.lb +++ b/targets/iwill/dk8s2/Config.lb @@ -4,7 +4,7 @@ target dk8s2 -mainboard Iwill/DK8S2 +mainboard iwill/dk8s2 option HAVE_HARD_RESET=1 |