From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthoine Bourgeois Date: Sun, 28 Dec 2014 17:59:31 +0100 Subject: [U-Boot] [PATCH] devkit8000: convert to use generic board code In-Reply-To: <1419379909-8025-1-git-send-email-anthoine.bourgeois@gmail.com> References: <1419379909-8025-1-git-send-email-anthoine.bourgeois@gmail.com> Message-ID: <20141228165931.GB9170@zeus> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Anthoine Bourgeois wrote: > Signed-off-by: Anthoine Bourgeois > --- > > 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