summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXiaobo Gu <xiaobo.gu@amlogic.com>2015-05-14 13:59:02 +0800
committerXiaobo Gu <xiaobo.gu@amlogic.com>2015-05-14 14:01:10 +0800
commit4ca5388f7b51585ecceb5a4a2d56e273257f1dfe (patch)
tree3217311709d693b7cfaff0a53beb762c3de39bde /Makefile
parent9ddc3390a8d4e53b9a1066bb2bbd40845f0464d4 (diff)
downloadu-boot-odroid-c1-4ca5388f7b51585ecceb5a4a2d56e273257f1dfe.tar.gz
Add bl301 switcher
define CONFIG_NEED_BL301 in board header, enable bl301 Change-Id: I5a33591a77654832146e637850e6d998d724e7e1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d2307b73a8..f607103283 100644
--- a/Makefile
+++ b/Makefile
@@ -849,7 +849,9 @@ u-boot-comp.bin:u-boot.bin
FIP_FOLDER := $(srctree)/fip
FIP_ARGS += --bl30 $(FIP_FOLDER)/bl30.bin
+ifeq ($(CONFIG_NEED_BL301), y)
FIP_ARGS += --bl301 $(FIP_FOLDER)/bl301.bin
+endif
FIP_ARGS += --bl31 $(FIP_FOLDER)/bl31.bin
ifeq ($(CONFIG_NEED_BL32), y)
FIP_ARGS += --bl32 $(FIP_FOLDER)/bl32.bin