On 10/03/2013 04:35 PM, Rob Herring wrote:
> On 09/26/2013 08:35 AM, feng...@phytium.com.cn wrote:
>> From: David Feng <feng...@phytium.com.cn>
>>
>> Signed-off-by: David Feng <feng...@phytium.com.cn>
>> ---
>>  arch/arm/config.mk                      |    4 +
> 
> FYI, some recent mainline changes to config.mk break the build for me.
> 
>>  arch/arm/cpu/armv8/Makefile             |   38 +++++
>>  arch/arm/cpu/armv8/cache.S              |  130 +++++++++++++++++
>>  arch/arm/cpu/armv8/cache_v8.c           |  218 ++++++++++++++++++++++++++++
>>  arch/arm/cpu/armv8/config.mk            |   16 +++
>>  arch/arm/cpu/armv8/cpu.c                |   67 +++++++++
>>  arch/arm/cpu/armv8/exceptions.S         |  115 +++++++++++++++
>>  arch/arm/cpu/armv8/start.S              |  234 
>> +++++++++++++++++++++++++++++++
>>  arch/arm/cpu/armv8/timer.c              |   80 +++++++++++
>>  arch/arm/cpu/armv8/tlb.S                |   30 ++++
>>  arch/arm/cpu/armv8/u-boot.lds           |   71 ++++++++++
>>  arch/arm/include/asm/arch-armv8/gpio.h  |   11 ++
>>  arch/arm/include/asm/arch-armv8/mmu.h   |  110 +++++++++++++++

Also, this directory is mutually exclusive with arch-${soc}. I think
this should be moved up a level. gpio.h is probably fine as a default
version.

Rob
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to