Message ID | 1403514916-6475-1-git-send-email-linus.walleij@linaro.org |
---|---|
State | Accepted |
Commit | 7285c09560b24c43ea6cd9ca30264b18e5b69af1 |
Headers | show |
On 23 June 2014 03:15, Linus Walleij <linus.walleij@linaro.org> wrote: > Turn on generic board for the integrators, as per the request in > the startup message. Everything just works, tested on the > Integrator/AP and Integrator/CP. > > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Thanks. Acked-by: Simon Glass <sjg@chromium.org>
Hi Linus, On Mon, 23 Jun 2014 11:15:16 +0200, Linus Walleij <linus.walleij@linaro.org> wrote: > Turn on generic board for the integrators, as per the request in > the startup message. Everything just works, tested on the > Integrator/AP and Integrator/CP. > > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > --- > include/configs/integrator-common.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/integrator-common.h b/include/configs/integrator-common.h > index 267a92b2d028..eac517aeeb1c 100644 > --- a/include/configs/integrator-common.h > +++ b/include/configs/integrator-common.h > @@ -26,6 +26,7 @@ > #define CONFIG_SETUP_MEMORY_TAGS > #define CONFIG_OF_LIBFDT /* enable passing a Device Tree */ > #define CONFIG_MISC_INIT_R /* call misc_init_r during start up */ > +#define CONFIG_SYS_GENERIC_BOARD > > /* > * There are various dependencies on the core module (CM) fitted Applied to u-boot-arm/master, thanks! Amicalement,
diff --git a/include/configs/integrator-common.h b/include/configs/integrator-common.h index 267a92b2d028..eac517aeeb1c 100644 --- a/include/configs/integrator-common.h +++ b/include/configs/integrator-common.h @@ -26,6 +26,7 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_OF_LIBFDT /* enable passing a Device Tree */ #define CONFIG_MISC_INIT_R /* call misc_init_r during start up */ +#define CONFIG_SYS_GENERIC_BOARD /* * There are various dependencies on the core module (CM) fitted
Turn on generic board for the integrators, as per the request in the startup message. Everything just works, tested on the Integrator/AP and Integrator/CP. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- include/configs/integrator-common.h | 1 + 1 file changed, 1 insertion(+)