diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-07-25 12:12:06 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-07-25 12:12:06 +0000 |
commit | 5a62d503d97888b4283bcccf422eb883ac73ab00 (patch) | |
tree | 6343508638b7285c59ba6e028e08322ff3c7cbc2 /target/linux/brcm63xx/image/redbootscript.template | |
parent | ddc6d047b7269c854bea164c5d32dbe0987c5420 (diff) | |
download | mtk-20170518-5a62d503d97888b4283bcccf422eb883ac73ab00.zip mtk-20170518-5a62d503d97888b4283bcccf422eb883ac73ab00.tar.gz mtk-20170518-5a62d503d97888b4283bcccf422eb883ac73ab00.tar.bz2 |
brcm63xx: use new tool for generating redboot images
Simplify image/Makefile by using the new perl script for RedBoot.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46489
Diffstat (limited to 'target/linux/brcm63xx/image/redbootscript.template')
-rw-r--r-- | target/linux/brcm63xx/image/redbootscript.template | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/brcm63xx/image/redbootscript.template b/target/linux/brcm63xx/image/redbootscript.template deleted file mode 100644 index a007c84..0000000 --- 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 |