diff options
author | Mirko Vogt <mirko@openwrt.org> | 2013-01-07 14:10:01 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2013-01-07 14:10:01 +0000 |
commit | 12a6622bd938614b9758d20d136c78a0c67e7155 (patch) | |
tree | 7d85ef4c53b7d36975b36a83369786d622f8c268 /package/boot/uboot-xburst/patches/009-n516.patch | |
parent | c86485210ba6136bc90fc2708611ae5a609b6bf1 (diff) | |
download | upstream-12a6622bd938614b9758d20d136c78a0c67e7155.tar.gz upstream-12a6622bd938614b9758d20d136c78a0c67e7155.tar.bz2 upstream-12a6622bd938614b9758d20d136c78a0c67e7155.zip |
This patch updates uboot-xburst from 2009.11 to 2012.10-rc2 - Ingenic SoC support went upstream
Summary:
* remove all files/* (since merged to upstream)
* patches on nand-spl, mmc and lcd driver
Thanks a lot to Xiangfu Liu!
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
SVN-Revision: 35034
Diffstat (limited to 'package/boot/uboot-xburst/patches/009-n516.patch')
-rw-r--r-- | package/boot/uboot-xburst/patches/009-n516.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/package/boot/uboot-xburst/patches/009-n516.patch b/package/boot/uboot-xburst/patches/009-n516.patch deleted file mode 100644 index 49eaf3da44..0000000000 --- a/package/boot/uboot-xburst/patches/009-n516.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff --git a/Makefile b/Makefile -index ed848f5..04cd32e 100644 ---- a/Makefile -+++ b/Makefile -@@ -3448,6 +3448,18 @@ pavo_nand_config : unconfig - @echo "TEXT_BASE = 0x80100000" > $(obj)board/qi_lb60/config.tmp - @echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk - -+n516_config : unconfig -+ @ >include/config.h -+ @echo "#define CONFIG_N516 1" >>include/config.h -+ @./mkconfig -a n516 mips mips n516 -+ -+n516_nand_config : unconfig -+ @echo "#define CONFIG_NAND_U_BOOT" > $(obj)include/config.h -+ @echo "Compile NAND boot image for n516" -+ @./mkconfig -a n516 mips mips n516 -+ @echo "TEXT_BASE = 0x80100000" > $(obj)board/n516/config.tmp -+ @echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk -+ - ######################################################################### - ## MIPS64 5Kc - ######################################################################### |