summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2012-09-28 18:29:43 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-02 08:22:30 +0200
commit93ca711e64d7a4d79aee15b4ce415688f5415fda (patch)
treec4197291232609480276c1f3ea626818274321be /Makefile
parent3fc5a7545729d5b12399df970f5470e3494a616e (diff)
downloadbarebox-93ca711e64d7a4d79aee15b4ce415688f5415fda.tar.gz
barebox-93ca711e64d7a4d79aee15b4ce415688f5415fda.tar.xz
scripts: add tool to create image for SPI boot on AM35xx
Booting from SPI on an AM35xx (and possibly other TI SOCs) requires a special format: - 32 bit image size in big-endian - 32 bit load address in big-endian - binary image converted from little- to big-endian The mk-am35xx-spi-image tool converts barebox.bin to this format. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6264d3404..ebad5042c9 100644
--- a/Makefile
+++ b/Makefile
@@ -1009,7 +1009,8 @@ CLEAN_FILES += barebox System.map include/generated/barebox_default_env.h \
.tmp_version .tmp_barebox* barebox.bin barebox.map barebox.S \
.tmp_kallsyms* barebox_default_env* barebox.ldr \
scripts/bareboxenv-target barebox-flash-image \
- Doxyfile.version barebox.srec barebox.s5p
+ Doxyfile.version barebox.srec barebox.s5p \
+ barebox.spi
# Directories & files removed with 'make mrproper'
MRPROPER_DIRS += include/config include2 usr/include