summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2014-12-17 07:50:42 (GMT)
committerSimon Glass <sjg@chromium.org>2014-12-19 00:26:07 (GMT)
commit8c5224c9f5c8a24ff5153f018e10a3ac4da5783a (patch)
tree217dedd8dcaf6f2bc7660309c3ae8e8f5a863c12 /Makefile
parent405d8205d76b57184e24eae573c7dd61474b56e0 (diff)
downloadu-boot-8c5224c9f5c8a24ff5153f018e10a3ac4da5783a.tar.xz
x86: Use consistent name XXX_ADDR for binary blob flash address
Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bda8222..d962576 100644
--- a/Makefile
+++ b/Makefile
@@ -958,7 +958,7 @@ IFDTOOL_ME_FLAGS += -i ME:$(srctree)/board/$(BOARDDIR)/me.bin
endif
ifneq ($(CONFIG_HAVE_MRC),)
-IFDTOOL_FLAGS += -w $(CONFIG_X86_MRC_START):$(srctree)/board/$(BOARDDIR)/mrc.bin
+IFDTOOL_FLAGS += -w $(CONFIG_X86_MRC_ADDR):$(srctree)/board/$(BOARDDIR)/mrc.bin
endif
ifneq ($(CONFIG_X86_OPTION_ROM_ADDR),)