Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
50827a5991bb345319bd0ce76f5e2402fac0c391
/
.
/
arch
/
arm
/
cpu
/
armv7
/
sunxi
/
config.mk
blob: 00f5ffc68301d8e0e9bb56bffaa1f87745b1b167 [
file
] [
log
] [
blame
]
Ian Campbell
50827a5
2014-05-05 11:52:30 +0100
[
diff
] [
blame^
]
1
# Build a combined spl + u-boot image
2
ifdef CONFIG_SPL
3
ifndef CONFIG_SPL_BUILD
4
ifndef CONFIG_SPL_FEL
5
ALL
-
y
+=
u
-
boot
-
sunxi
-
with
-
spl
.
bin
6
endif
7
endif
8
endif