From 46bf132f15ec073c0a6d9abc30a516302888ed13 Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Thu, 20 Sep 2012 21:13:44 +0200 Subject: Makefile: add target to produce a SPL compatible uImage This is mostly useful during the initial port of barebox to a new board which is supported by u-boot. It also allows starting barebox from a SRAM-based u-boot SPL. A different load address can be set like this: make barebox.uimage UIMAGE_BASE=0x80000000 Also add barebox.ubl to CLEAN_FILES. Signed-off-by: Jan Luebbe Signed-off-by: Sascha Hauer --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4154c7397e..7e98a2558b 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ barebox.srec barebox.netx barebox.s5p barebox.ubl +barebox.uimage barebox.map System.map Module.symvers -- cgit v1.2.3