From mboxrd@z Thu Jan 1 00:00:00 1970 From: Soeren Moch Date: Fri, 22 May 2015 20:18:42 +0200 Subject: [U-Boot] [PATCH 03/10] imx6: move generic imx6 options to mx6_common.h In-Reply-To: <1432312253-18040-4-git-send-email-pbrobinson@gmail.com> Message-ID: <555F7302.1060609@web.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > All boards define CONFIG_MX6, CONFIG_DISPLAY_BOARDINFO, CONFIG_DISPLAY_CPUINFO > and CONFIG_SYS_GENERIC_BOARD so define them in mx6_common > > Signed-off-by: Peter Robinson > Reviewed-by: Tom Rini Some boards defineCONFIG_DISPLAY_BOARDINFO_LATE (instead of CONFIG_DISPLAY_BOARDINFO) to also see this info on HDMI. So please add CONFIG_DISPLAY_BOARDINFO_LATE to mx6_common.h Sorry, I missed this in the last review round. Regards, Soeren