From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 10 Dec 2014 10:31:22 -0800 Subject: [U-Boot] [PATCHv1] powerpc/p2041rdb: Convert to generic board In-Reply-To: <1418183658-1182-1-git-send-email-judge.packham@gmail.com> References: <1418183658-1182-1-git-send-email-judge.packham@gmail.com> Message-ID: <5488917A.6060209@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/09/2014 07:54 PM, Chris Packham wrote: > Add the following configuration: > o CONFIG_SYS_GENERIC_BOARD > o CONFIG_DISPLAY_BOARDINFO > > Signed-off-by: Chris Packham > --- > Builds, pings and boots a kernel. Any other testing needed? > > include/configs/P2041RDB.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h > index 2357791..22a1513 100644 > --- a/include/configs/P2041RDB.h > +++ b/include/configs/P2041RDB.h > @@ -13,6 +13,8 @@ > > #define CONFIG_P2041RDB > #define CONFIG_PHYS_64BIT > +#define CONFIG_SYS_GENERIC_BOARD > +#define CONFIG_DISPLAY_BOARDINFO > #define CONFIG_PPC_P2041 > > #ifdef CONFIG_RAMBOOT_PBL > A patch is already sent http://patchwork.ozlabs.org/patch/416318/. No action from your side. York