[U-Boot] [PATCH 04/10] ARM Add New Board GEC2410
Hui Tang
zetalabs at gmail.com
Tue Nov 3 05:08:48 CET 2009
Dear Wolfgang,
2009/11/1 Wolfgang Denk <wd at denx.de>:
> Dear "Hui.Tang",
>
> In message <6c7a9a5dcafb1f535ed33cb29d579db993846325.1256898456.git.zetalabs at gmail.com> you wrote:
>> Add gec2410_config option for GEC2410
>>
>> Signed-off-by: Hui.Tang <zetalabs at gmail.com>
>> ---
>> Makefile | 7 +++++++
>> 1 files changed, 7 insertions(+), 0 deletions(-)
>
> This belongs all in one commit.
>
>> index bcb3fe9..2de0b1d 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -2951,6 +2951,13 @@ davinci_dm365evm_config : unconfig
>> davinci_dm6467evm_config : unconfig
>> @$(MKCONFIG) $(@:_config=) arm arm926ejs dm6467evm davinci davinci
>>
>> +gec2410_config : unconfig
>> + @mkdir -p $(obj)include $(obj)board/gec/gec2410
>> + @mkdir -p $(obj)nand_spl/board/gec/gec2410
>> + @echo "RAM_TEXT = 0x33e00000" >> $(obj)board/gec/gec2410/config.tmp
>> + @$(MKCONFIG) $(@:_config=) arm arm920t gec2410 gec s3c24x0
>> + @echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk
>> +
>> imx27lite_config: unconfig
>> @$(MKCONFIG) $(@:_config=) arm arm926ejs imx27lite logicpd mx27
>
> An ARM920 board does not belong into the arm926ejs block.
>
I have put the board config in the part of
########################################################################
## ARM Integrator boards - see doc/README-integrator for more info.
as the sbc2410x_config does,
Would you please give me some advice where should I put the gec2410
board config?
Thanks.
BR.
Hui.
More information about the U-Boot
mailing list