Re: [U-Boot] [PATCH v7 07/31] Define CONFIG_SYS_LEGACY_BOARD everywhere

2013-03-08 Thread Simon Glass
Hi Wolfgang, On Fri, Mar 8, 2013 at 12:31 AM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1362715633-20556-8-git-send-email-...@chromium.org> you wrote: > > We are introducing a new unified board setup and we want this to > > be the default. So we need to opt all architectures out f

Re: [U-Boot] [PATCH v7 07/31] Define CONFIG_SYS_LEGACY_BOARD everywhere

2013-03-08 Thread Wolfgang Denk
Dear Simon Glass, In message <1362715633-20556-8-git-send-email-...@chromium.org> you wrote: > We are introducing a new unified board setup and we want this to > be the default. So we need to opt all architectures out first. ... > +- CONFIG_SYS_LEGACY_BOARD > + This option should not be defin

[U-Boot] [PATCH v7 07/31] Define CONFIG_SYS_LEGACY_BOARD everywhere

2013-03-07 Thread Simon Glass
We are introducing a new unified board setup and we want this to be the default. So we need to opt all architectures out first. Signed-off-by: Simon Glass --- Changes in v7: - Add description of CONFIG_SYS_LEGACY_BOARD to README Changes in v6: None Changes in v5: None Changes in v4: None Changes