diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2014-12-17 15:50:42 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-12-18 17:26:07 -0700 |
commit | 8c5224c9f5c8a24ff5153f018e10a3ac4da5783a (patch) | |
tree | 217dedd8dcaf6f2bc7660309c3ae8e8f5a863c12 /Makefile | |
parent | 405d8205d76b57184e24eae573c7dd61474b56e0 (diff) | |
download | u-boot-imx-8c5224c9f5c8a24ff5153f018e10a3ac4da5783a.zip u-boot-imx-8c5224c9f5c8a24ff5153f018e10a3ac4da5783a.tar.gz u-boot-imx-8c5224c9f5c8a24ff5153f018e10a3ac4da5783a.tar.bz2 |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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),) |