From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 17 Aug 2015 08:39:59 +0200 Subject: [U-Boot] ppc4xx: Convert lwmon5 board to generic board In-Reply-To: <20150814202401.GJ25532@bill-the-cat> References: <1439461781-11270-1-git-send-email-sr@denx.de> <20150814202401.GJ25532@bill-the-cat> Message-ID: <55D181BF.7050402@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 Hi Tom, On 14.08.2015 22:24, Tom Rini wrote: > On Thu, Aug 13, 2015 at 12:29:41PM +0200, Stefan Roese wrote: > >> Add CONFIG_SYS_GENERIC_BOARD to lwmon5.h and CONFIG_DISPLAY_BOARDINFO >> to Kconfig file. >> >> Signed-off-by: Stefan Roese >> Cc: Masahiro Yamada > > With this: > +(lcd4_lwmon5) arch/powerpc/cpu/ppc4xx/start.o: In function `_start': > +(lcd4_lwmon5) build/../arch/powerpc/cpu/ppc4xx/start.S:765: undefined > reference to `board_init_f_mem' Ah, right. The lcd4_lwmon5 variant enables SPL and is not converted to generic-board this easily. Fixing this will most likely need a bit more work, so lets remove lwmon5 now. And once I find the time to fix this, I'll add it back in. Thanks, Stefan