[U-Boot] [PATCH 1/2] Allow SOC to be two-levels deep inside CPU
Rabin VINCENT
rabin.vincent at stericsson.com
Wed Apr 14 14:21:37 CEST 2010
On Wed, Apr 14, 2010 at 12:18:11PM +0200, Wolfgang Denk wrote:
> In message <1271238797-14117-1-git-send-email-rabin.vincent at stericsson.com> you wrote:
> > +SOCDIR = $(CPUDIR)/$(SOC)
> > +ifdef SUBCPU
> > +SOCDIR = $(CPUDIR)/$(SUBCPU)/$(SOC)
> > +endif
>
> Using an `ifdef' / `else' / `endif' would seem more logical to me.
Updated patch below.
Rabin
More information about the U-Boot
mailing list