[U-Boot] [PATCH 10/17] blackfin: Move appropriate cpu/ dirs to arch/blackfin/cpu/

Peter Tyser ptyser at xes-inc.com
Mon Dec 14 04:27:42 CET 2009


On Sun, 2009-12-13 at 21:37 -0500, Mike Frysinger wrote:
> On Sunday 13 December 2009 18:04:33 Peter Tyser wrote:
> > Signed-off-by: Peter Tyser <ptyser at xes-inc.com>
> > ---
> >  Makefile                                           |    2 +-
> >  {cpu => arch/blackfin/cpu}/blackfin/.gitignore     |    0
> >  {cpu => arch/blackfin/cpu}/blackfin/Makefile       |    0
> >  .../blackfin/cpu}/blackfin/bootrom-asm-offsets.awk |    0
> >  .../cpu}/blackfin/bootrom-asm-offsets.c.in         |    0
> >  {cpu => arch/blackfin/cpu}/blackfin/cache.S        |    0
> >  {cpu => arch/blackfin/cpu}/blackfin/cpu.c          |    0
> >  {cpu => arch/blackfin/cpu}/blackfin/cpu.h          |    0
> >  {cpu => arch/blackfin/cpu}/blackfin/initcode.c     |    0
> >  {cpu => arch/blackfin/cpu}/blackfin/interrupt.S    |    0
> >  {cpu => arch/blackfin/cpu}/blackfin/interrupts.c   |    0
> >  {cpu => arch/blackfin/cpu}/blackfin/jtag-console.c |    0
> >  {cpu => arch/blackfin/cpu}/blackfin/os_log.c       |    0
> >  {cpu => arch/blackfin/cpu}/blackfin/reset.c        |    0
> >  {cpu => arch/blackfin/cpu}/blackfin/serial.c       |    0
> >  {cpu => arch/blackfin/cpu}/blackfin/serial.h       |    0
> >  {cpu => arch/blackfin/cpu}/blackfin/start.S        |    0
> >  {cpu => arch/blackfin/cpu}/blackfin/traps.c        |    0
> >  {cpu => arch/blackfin/cpu}/blackfin/watchdog.c     |    0
> 
> NAK; this makes no sense:
> 	arch/blackfin/cpu/blackfin/*
> 
> the Blackfin cpu is unified, so there should only be:
> 	arch/blackfin/cpu/*

I did it that way to be consistent across architectures, mostly because
it was simpler to handle 1 cpu location in the build system.  I'll
respin with the ability to not have a cpu-specific sub-directory.

Before I respin, do you have any issue with the fact that the CFLAGS_lib
will apply to both /lib and /arch/blackfin/lib?

Peter



More information about the U-Boot mailing list