summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXiaobo Gu <xiaobo.gu@amlogic.com>2015-05-12 13:39:21 +0800
committerXiaobo Gu <xiaobo.gu@amlogic.com>2015-05-12 22:40:55 -0700
commit94ac644e70562489a5b2a3766231708d9c3b2a97 (patch)
tree80298a63063672c593f7668cda4a26cb64833889 /Makefile
parent86f3dd31e27168f918f7a3b1da337d108c1da827 (diff)
downloadu-boot-odroid-c1-94ac644e70562489a5b2a3766231708d9c3b2a97.tar.gz
Add bl301 support
Change-Id: I840a67672f2685fc94f488d3f6686c5006c88366
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f1a322a10..d2307b73a8 100644
--- a/Makefile
+++ b/Makefile
@@ -849,6 +849,7 @@ u-boot-comp.bin:u-boot.bin
FIP_FOLDER := $(srctree)/fip
FIP_ARGS += --bl30 $(FIP_FOLDER)/bl30.bin
+FIP_ARGS += --bl301 $(FIP_FOLDER)/bl301.bin
FIP_ARGS += --bl31 $(FIP_FOLDER)/bl31.bin
ifeq ($(CONFIG_NEED_BL32), y)
FIP_ARGS += --bl32 $(FIP_FOLDER)/bl32.bin