summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Nowicki <tomasz.nowicki@linaro.org>2013-11-06 16:14:46 +0100
committerTomasz Nowicki <tomasz.nowicki@linaro.org>2013-11-19 13:08:23 +0100
commiteffaf4fa57731daf462e4d254e1c3c019cec8a11 (patch)
tree61c8f7e8f05389986dce9f75d134ec778f0ad8f7
parentbe7a31b27bdd7dba7b52571de575e1dd60e5479d (diff)
mab: Generate blob without ACPI header.
ACPI header is not necessary for blob any more.
-rw-r--r--platforms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/Makefile b/platforms/Makefile
index da49190..a6247f8 100644
--- a/platforms/Makefile
+++ b/platforms/Makefile
@@ -34,7 +34,7 @@ ifdef PADDR
endif
%.acpi : FORCE
- $(MAB) -d $@ $(PADDR_ARG) -i $(basename $@).manifest -o $@
+ $(MAB) -H -d $@ $(PADDR_ARG) -i $(basename $@).manifest -o $@
ifdef APEI
$(BFAPEI) -d $@ -i $(basename $@).manifest -t $(APEI) -o apei.acpi
endif