From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiangfu Liu Date: Tue, 20 Jul 2010 22:34:40 +0800 Subject: [U-Boot] question about add new board to MAKEALL In-Reply-To: <20100720095109.5382414EB08@gemini.denx.de> References: <4C280BE4.8030207@openmobilefree.net> <20100628074330.D4DD914EBF7@gemini.denx.de> <4C43C9A9.7020707@openmobilefree.net> <20100719174556.AD0F8153A81@gemini.denx.de> <4C45580F.6080708@openmobilefree.net> <20100720095109.5382414EB08@gemini.denx.de> Message-ID: <4C45B400.2000509@openmobilefree.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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