* [U-Boot] [PATCH] devkit8000: convert to use generic board code
@ 2014-12-24 0:11 Anthoine Bourgeois
2014-12-28 16:59 ` Anthoine Bourgeois
2015-01-07 15:11 ` [U-Boot] " Tom Rini
0 siblings, 2 replies; 5+ messages in thread
From: Anthoine Bourgeois @ 2014-12-24 0:11 UTC (permalink / raw)
To: u-boot
Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
---
include/configs/devkit8000.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
index 930b08e..77e2f58 100644
--- a/include/configs/devkit8000.h
+++ b/include/configs/devkit8000.h
@@ -21,6 +21,7 @@
#define CONFIG_MACH_TYPE MACH_TYPE_DEVKIT8000
#define CONFIG_OMAP_GPIO
#define CONFIG_OMAP_COMMON
+#define CONFIG_SYS_GENERIC_BOARD
/*
* 1MB into the SDRAM to allow for SPL's bss at the beginning of SDRAM
--
2.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] devkit8000: convert to use generic board code
2014-12-24 0:11 [U-Boot] [PATCH] devkit8000: convert to use generic board code Anthoine Bourgeois
@ 2014-12-28 16:59 ` Anthoine Bourgeois
2014-12-31 12:04 ` Anthoine Bourgeois
2015-01-05 18:00 ` Tom Rini
2015-01-07 15:11 ` [U-Boot] " Tom Rini
1 sibling, 2 replies; 5+ messages in thread
From: Anthoine Bourgeois @ 2014-12-28 16:59 UTC (permalink / raw)
To: u-boot
Hi,
Anthoine Bourgeois wrote:
> Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
> ---
>
> include/configs/devkit8000.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
> index 930b08e..77e2f58 100644
> --- a/include/configs/devkit8000.h
> +++ b/include/configs/devkit8000.h
> @@ -21,6 +21,7 @@
> #define CONFIG_MACH_TYPE MACH_TYPE_DEVKIT8000
> #define CONFIG_OMAP_GPIO
> #define CONFIG_OMAP_COMMON
> +#define CONFIG_SYS_GENERIC_BOARD
I try this patch with my devkit8000 board and it works well but I wonder
if the devkit8000.h configuration should inherit the ti_omap3_common.h
configuration. I can do those modifications but is it a good idea ? Is
it worth to try ?
Thanks, Anthoine
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] devkit8000: convert to use generic board code
2014-12-28 16:59 ` Anthoine Bourgeois
@ 2014-12-31 12:04 ` Anthoine Bourgeois
2015-01-05 18:00 ` Tom Rini
1 sibling, 0 replies; 5+ messages in thread
From: Anthoine Bourgeois @ 2014-12-31 12:04 UTC (permalink / raw)
To: u-boot
Hi,
Anthoine Bourgeois wrote:
> Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
> ---
>
> include/configs/devkit8000.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
> index 930b08e..77e2f58 100644
> --- a/include/configs/devkit8000.h
> +++ b/include/configs/devkit8000.h
> @@ -21,6 +21,7 @@
> #define CONFIG_MACH_TYPE MACH_TYPE_DEVKIT8000
> #define CONFIG_OMAP_GPIO
> #define CONFIG_OMAP_COMMON
> +#define CONFIG_SYS_GENERIC_BOARD
I try this patch with my devkit8000 board and it works well but I wonder
if the devkit8000.h configuration should inherit the ti_omap3_common.h
configuration. I can do those modifications but is it a good idea ? Is
it worth to try ?
Thanks, Anthoine
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] devkit8000: convert to use generic board code
2014-12-28 16:59 ` Anthoine Bourgeois
2014-12-31 12:04 ` Anthoine Bourgeois
@ 2015-01-05 18:00 ` Tom Rini
1 sibling, 0 replies; 5+ messages in thread
From: Tom Rini @ 2015-01-05 18:00 UTC (permalink / raw)
To: u-boot
On Sun, Dec 28, 2014 at 05:59:31PM +0100, Anthoine Bourgeois wrote:
> Hi,
>
> Anthoine Bourgeois wrote:
>
> > Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
> > ---
> >
> > include/configs/devkit8000.h | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
> > index 930b08e..77e2f58 100644
> > --- a/include/configs/devkit8000.h
> > +++ b/include/configs/devkit8000.h
> > @@ -21,6 +21,7 @@
> > #define CONFIG_MACH_TYPE MACH_TYPE_DEVKIT8000
> > #define CONFIG_OMAP_GPIO
> > #define CONFIG_OMAP_COMMON
> > +#define CONFIG_SYS_GENERIC_BOARD
>
> I try this patch with my devkit8000 board and it works well but I wonder
> if the devkit8000.h configuration should inherit the ti_omap3_common.h
> configuration. I can do those modifications but is it a good idea ? Is
> it worth to try ?
It would be appreciated, yes, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150105/869f2301/attachment.pgp>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] devkit8000: convert to use generic board code
2014-12-24 0:11 [U-Boot] [PATCH] devkit8000: convert to use generic board code Anthoine Bourgeois
2014-12-28 16:59 ` Anthoine Bourgeois
@ 2015-01-07 15:11 ` Tom Rini
1 sibling, 0 replies; 5+ messages in thread
From: Tom Rini @ 2015-01-07 15:11 UTC (permalink / raw)
To: u-boot
On Wed, Dec 24, 2014 at 01:11:49AM +0100, Anthoine Bourgeois wrote:
> Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
Since we're close to release, I'm taking this now and will take your
patches to further clean up the config after release, applied to
u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150107/72eae561/attachment.pgp>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-01-07 15:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-24 0:11 [U-Boot] [PATCH] devkit8000: convert to use generic board code Anthoine Bourgeois
2014-12-28 16:59 ` Anthoine Bourgeois
2014-12-31 12:04 ` Anthoine Bourgeois
2015-01-05 18:00 ` Tom Rini
2015-01-07 15:11 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox