Hi Jean-Christophe,
Jean-Christophe PLAGNIOL-VILLARD a écrit :
>> +cpuat91_ram_config \
>> +cpuat91_config : unconfig
>> +@mkdir -p $(obj)include
>> +@if [ "$(findstring _ram_,$@)" ] ; then \
>> +echo "#define CONFIG_CPUAT91_RAM 1" >>$(obj)include/config.h ; \
> NACK
> index dd0b761..6d18e7f 100755
> --- a/MAKEALL
> +++ b/MAKEALL
> @@ -595,11 +595,12 @@ LIST_at91=" \
> at91sam9260ek \
> at91sam9261ek \
> at91sam9263ek \
> - at91sam9g10ek \
> + at91sam9g10ek \
again please do
CPUAT91 is built around Atmel's AT91RM9200 and has up to 16MB of NOR
flash, up to 128MB of SDRAM, and includes a Micrel KS8721 PHY in RMII
mode.
v3 : fix coding style issues
v4 : fix coding style in ks8721
Signed-off-by: Eric Benard
---
MAINTAINERS |4 +
MAKEALL
3 matches
Mail list logo