From 5a62d503d97888b4283bcccf422eb883ac73ab00 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sat, 25 Jul 2015 12:12:06 +0000 Subject: brcm63xx: use new tool for generating redboot images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Simplify image/Makefile by using the new perl script for RedBoot. Signed-off-by: Álvaro Fernández Rojas Signed-off-by: Jonas Gorski SVN-Revision: 46489 --- target/linux/brcm63xx/image/redbootscript.template | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 target/linux/brcm63xx/image/redbootscript.template (limited to 'target/linux/brcm63xx/image/redbootscript.template') diff --git a/target/linux/brcm63xx/image/redbootscript.template b/target/linux/brcm63xx/image/redbootscript.template deleted file mode 100644 index a007c849cf..0000000000 --- a/target/linux/brcm63xx/image/redbootscript.template +++ /dev/null @@ -1,15 +0,0 @@ -fis init -f - -fconfig boot_script true -fconfig boot_script_data -fis load -b %loadaddr -d kernel -exec -c "noinitrd" %loadaddr - - -fconfig boot_script_timeout 20 - -fis create -o 0x1000 -f 0xBE430000 -l %kernellen kernel - -fis create -o %offset2 -s %rootfsdatalen -f %rootfsaddr -l %rootfslen rootfs - -reset -- cgit v1.2.3