diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-04-12 18:17:26 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-04-12 18:17:26 +0000 |
commit | 393541dce8995dbe0fc3d4691b382c06e5824b14 (patch) | |
tree | 2f074389e55b47cbf3dad05b898076c171bd54c5 /package/uboot-xburst/patches/009-n516.patch | |
parent | 0946764732b8d2059621bff372150ca074e972c4 (diff) | |
download | upstream-393541dce8995dbe0fc3d4691b382c06e5824b14.tar.gz upstream-393541dce8995dbe0fc3d4691b382c06e5824b14.tar.bz2 upstream-393541dce8995dbe0fc3d4691b382c06e5824b14.zip |
Add uboot for xburst package
SVN-Revision: 20832
Diffstat (limited to 'package/uboot-xburst/patches/009-n516.patch')
-rw-r--r-- | package/uboot-xburst/patches/009-n516.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package/uboot-xburst/patches/009-n516.patch b/package/uboot-xburst/patches/009-n516.patch new file mode 100644 index 0000000000..49eaf3da44 --- /dev/null +++ b/package/uboot-xburst/patches/009-n516.patch @@ -0,0 +1,23 @@ +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 + ######################################################################### |