From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 11 Apr 2013 14:43:07 -0500 Subject: [U-Boot] [PATCH 3/5][v3] board/p1010rdb:Add NAND boot support using new SPL format In-Reply-To: <1365665122-27136-1-git-send-email-prabhakar@freescale.com> (from prabhakar@freescale.com on Thu Apr 11 02:25:22 2013) Message-ID: <1365709387.3640.6@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/11/2013 02:25:22 AM, Prabhakar Kushwaha wrote: > diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h > index 437ee6e..a6ef276 100644 > --- a/include/configs/P1010RDB.h > +++ b/include/configs/P1010RDB.h > @@ -33,6 +33,8 @@ > > #ifdef CONFIG_P1010RDB > #define CONFIG_P1010 > +#define CONFIG_E500 /* BOOKE e500 family */ > +#include > #define CONFIG_NAND_FSL_IFC > #endif Why is this inside the P1010RDB ifdef? Why do we even have a CONFIG_P1010RDB? What other boards use this file? -Scott