Re: [U-Boot] Makefile and build stiching for ARM SoC

2010-05-04 Thread Wolfgang Denk
Dear Ayewin Oung, In message you wrote: > > This is my "Hi, I am new to U-Boot, how do I get started?" email.. Welcome. > The thing I'm missing is, how is to level Makefile's > > _config : unconfig > @$(MKCONFIG) $(@:_config=) arm arm926ejs > > To actually invoking which Make

[U-Boot] Makefile and build stiching for ARM SoC

2010-05-04 Thread Ayewin Oung
Hi list This is my "Hi, I am new to U-Boot, how do I get started?" email.. I would like to add NXP's LPC32x0 SoC ARM926EJS based SoC, "specifc" code under "../cpu/arm926ejs/lpc32x0" as mentioned in the README file. So that our boards which uses LPC32x0 SoC can link with them. Could someone l