fix lantiq uboot to build lzma compressed bootloaders for eval kits
authorJohn Crispin <john@openwrt.org>
Wed, 6 Jul 2011 10:36:35 +0000 (10:36 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 6 Jul 2011 10:36:35 +0000 (10:36 +0000)
commitb808c1bc03363e4c7e5be7b07e8ab8be550c6ba3
treee7b49095a024a96651eb037011504d24080bd965
parentc93b5653bc9866cb7700e50e2a2f914bfcfbf677
fix lantiq uboot to build lzma compressed bootloaders for eval kits

SVN-Revision: 27487
14 files changed:
package/uboot-lantiq/Makefile
package/uboot-lantiq/files/board/infineon/easy50712/Makefile
package/uboot-lantiq/files/board/infineon/easy50712/config.mk
package/uboot-lantiq/files/board/infineon/easy50712/easy50712_bootstrap.c [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50712/lowlevel_bootstrap_init.S [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50712/u-boot-bootstrap.lds [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50812/Makefile
package/uboot-lantiq/files/board/infineon/easy50812/config.mk
package/uboot-lantiq/files/board/infineon/easy50812/easy50812_bootstrap.c [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50812/lowlevel_bootstrap_init.S [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50812/u-boot-bootstrap.lds [new file with mode: 0644]
package/uboot-lantiq/files/include/configs/ifx-common.h
package/uboot-lantiq/patches/100-ifx_targets.patch
package/uboot-lantiq/patches/200-httpd.patch