Re: [U-Boot] [PATCH] build: define CPU only when arch/${ARCH}/cpu/${CPU} exists

2014-07-08 Thread Masahiro Yamada
Hi Simon, On Mon, 7 Jul 2014 16:44:36 -0600 Simon Glass wrote: > > But see question below. > > diff --git a/mkconfig b/mkconfig > > index 2bf5897..401f262 100755 > > --- a/mkconfig > > +++ b/mkconfig > > @@ -55,6 +55,11 @@ CONFIG_NAME="${7%_config}" > > arch="$2" > > cpu=`echo $3 | awk 'BEGI

Re: [U-Boot] [PATCH] build: define CPU only when arch/${ARCH}/cpu/${CPU} exists

2014-07-07 Thread Simon Glass
Hi Masahiro, On 24 June 2014 07:10, Masahiro Yamada wrote: > The directory arch/${ARCH}/cpu/${CPU} does not exist > in avr32, blackfin, microblaze, nios2, openrisc, sandbox, x86. > > These architectures have only one CPU type. > Defining CPU should not be required for such architectures. > > This