aboutsummaryrefslogtreecommitdiff
path: root/targets/asus
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-06-30 17:13:58 +0000
committerStefan Reinauer <stepan@openbios.org>2009-06-30 17:13:58 +0000
commit9dd27bc03a53f69b55c1c9718a5e44365019c082 (patch)
treecd5f148aa936f72914a5b3383cb404840a83f194 /targets/asus
parent36f230eefb5a072240447fdbe1aa81ad1bb80072 (diff)
the tool chain settings should not be in renamed (as they will never live in
Kconfig) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4384 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/asus')
-rw-r--r--targets/asus/a8n_e/Config-abuild.lb2
-rw-r--r--targets/asus/m2v-mx_se/Config-abuild.lb2
2 files changed, 2 insertions, 2 deletions
diff --git a/targets/asus/a8n_e/Config-abuild.lb b/targets/asus/a8n_e/Config-abuild.lb
index b1c927705b..683a874ad4 100644
--- a/targets/asus/a8n_e/Config-abuild.lb
+++ b/targets/asus/a8n_e/Config-abuild.lb
@@ -5,7 +5,7 @@ mainboard VENDOR/MAINBOARD
option CC="CROSSCC"
option CONFIG_CROSS_COMPILE="CROSS_PREFIX"
-option CONFIG_HOSTCC="CROSS_HOSTCC"
+option HOSTCC="CROSS_HOSTCC"
__COMPRESSION__
__LOGLEVEL__
diff --git a/targets/asus/m2v-mx_se/Config-abuild.lb b/targets/asus/m2v-mx_se/Config-abuild.lb
index d7357a7467..08115a7047 100644
--- a/targets/asus/m2v-mx_se/Config-abuild.lb
+++ b/targets/asus/m2v-mx_se/Config-abuild.lb
@@ -22,7 +22,7 @@ mainboard asus/m2v-mx_se
option CC="CROSSCC"
option CONFIG_CROSS_COMPILE="CROSS_PREFIX"
-option CONFIG_HOSTCC="CROSS_HOSTCC"
+option HOSTCC="CROSS_HOSTCC"
## CONFIG_ROM_SIZE is the total number of bytes allocated for coreboot use
## (normal AND fallback images and payloads).