On 07/20/2010 05:51 PM, Wolfgang Denk wrote:
> Dear Xiangfu Liu,
>> is this patch[1] ok for "MAKEALL"?
>> or how to add my board "qi_lb60_config" to "MAKEALL"
>
> Well, did you try it out? And did it work for you?
>

I modify the patch to a new one[1], since this board use a new cpu
named "xburst".
this new patch works fine when I run "./MAKEALL mips_el" :)


(this company name is "Ingenic". their cpu name is
   xburst jz4740 #which is our board used :)
   xburst jz4760
just FYI.)


[1]diff --git a/MAKEALL b/MAKEALL
index 2133559..d909700 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -806,10 +806,15 @@ LIST_au1xx0_el="  \
        pb1000          \
  "
  
+LIST_xburst_el="       \
+       qi_lb60         \
+"
+
  LIST_mips_el="                        \
        ${LIST_mips4kc_el}      \
        ${LIST_mips5kc_el}      \
        ${LIST_au1xx0_el}       \
+       ${LIST_xburst_el}       \
  "



-- 
Best Regards
Xiangfu Liu
http://www.openmobilefree.net
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to