From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 28 Apr 2014 07:05:27 +0200 Subject: [U-Boot] [PATCH] ARM: imx6: nitrogen6x: Enable CONFIG_SYS_GENERIC_BOARD In-Reply-To: <1398467746-13684-1-git-send-email-eric.nelson@boundarydevices.com> References: <1398467746-13684-1-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <201404280705.27920.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Saturday, April 26, 2014 at 01:15:46 AM, Eric Nelson wrote: You should learn to write sensible commit messages ;-) > Signed-off-by: Eric Nelson > --- > Note that this seems a bit premature until we have some infrastructure > around DTB files in place, but we certainly don't want big hairy > warning messages on our boards. > > Is anyone planning on pulling in at least the pinfunc and .dtsi > files for i.MX? I'm not sure how much else will be useful in U-Boot. > > include/configs/nitrogen6x.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h > index f7e7315..895f36f 100644 > --- a/include/configs/nitrogen6x.h > +++ b/include/configs/nitrogen6x.h > @@ -24,6 +24,7 @@ > #define CONFIG_SETUP_MEMORY_TAGS > #define CONFIG_INITRD_TAG > #define CONFIG_REVISION_TAG > +#define CONFIG_SYS_GENERIC_BOARD > > /* Size of malloc() pool */ > #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) Best regards, Marek Vasut