From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nitin Garg Date: Wed, 3 Sep 2014 11:23:12 -0500 Subject: [U-Boot] [PATCH 1/2] iMX6Q/DL:ARM2: Change to use generic board In-Reply-To: <1409737404-28860-1-git-send-email-B37916@freescale.com> References: <1409737404-28860-1-git-send-email-B37916@freescale.com> Message-ID: <54074070.2010306@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 09/03/2014 04:43 AM, Ye.Li wrote: > Enable the CONFIG_SYS_GENERIC_BOARD for imx6q/dl arm2 board to > use generic board. > > Signed-off-by: Ye.Li > --- > include/configs/mx6qarm2.h | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h > index f314b31..3566b15 100644 > --- a/include/configs/mx6qarm2.h > +++ b/include/configs/mx6qarm2.h > @@ -22,6 +22,8 @@ > #define CONFIG_SETUP_MEMORY_TAGS > #define CONFIG_INITRD_TAG > > +#define CONFIG_SYS_GENERIC_BOARD > + > /* Size of malloc() pool */ > #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) > > Acked-by: Nitin Garg