summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/serengeti_leopard
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2006-11-19 19:24:06 +0000
committerStefan Reinauer <stepan@openbios.org>2006-11-19 19:24:06 +0000
commitc22851011f21d6ec4d44172ed403b47e7d22171d (patch)
tree1d361a6a6c6db0a32f3e25f70c518e045f4385d3 /src/mainboard/amd/serengeti_leopard
parented7bab8b0dabca6a3d8936b7b868e547c884006c (diff)
Fix hardcoding of iasl path. iasl is in the user path in the
pmtools packages of upcoming SUSE 10.2, too, so the problem will go away. (new package installed on linuxbios.org, too) See also http://www.linuxbios.org/pipermail/linuxbios/2006-September/015968.html Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2498 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/serengeti_leopard')
-rw-r--r--src/mainboard/amd/serengeti_leopard/Config.lb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/serengeti_leopard/Config.lb b/src/mainboard/amd/serengeti_leopard/Config.lb
index 2f9a58ceee..1ad9b6d900 100644
--- a/src/mainboard/amd/serengeti_leopard/Config.lb
+++ b/src/mainboard/amd/serengeti_leopard/Config.lb
@@ -90,7 +90,7 @@ if HAVE_ACPI_TABLES
object fadt.o
makerule dsdt.c
depends "$(MAINBOARD)/dx/dsdt_lb.dsl"
- action "/usr/sbin/iasl -tc $(MAINBOARD)/dx/dsdt_lb.dsl"
+ action "iasl -tc $(MAINBOARD)/dx/dsdt_lb.dsl"
action "mv dsdt_lb.hex dsdt.c"
end
object ./dsdt.o
@@ -100,7 +100,7 @@ if HAVE_ACPI_TABLES
if ACPI_SSDTX_NUM
makerule ssdt2.c
depends "$(MAINBOARD)/dx/pci2.asl"
- action "/usr/sbin/iasl -tc $(MAINBOARD)/dx/pci2.asl"
+ action "iasl -tc $(MAINBOARD)/dx/pci2.asl"
action "perl -pi -e 's/AmlCode/AmlCode_ssdt2/g' pci2.hex"
action "mv pci2.hex ssdt2.c"
end