
Hi, Tom, this patch has not merged to upstream?
-----Original Message----- From: Tom Rini [mailto:tom.rini@gmail.com] On Behalf Of Tom Rini Sent: Saturday, May 25, 2013 12:05 AM To: Zhang Ying-B40530 Cc: u-boot@lists.denx.de; Wood Scott-B07421; afleming@gmail.com; Xie Xiaobo-R63061; Zhang Ying-B40530 Subject: Re: [U-Boot] [PATCH 4/6] Makefile: move the common makefile line to public area
On Mon, May 20, 2013 at 02:07:26PM +0800, ying.zhang@freescale.com wrote:
From: Ying Zhang b40530@freescale.com
Move the common makefile line shared by the SPL and non-SPL to the public area, so that we can avoid excessive SPL symbols. Some of them will be used by the SPL later.
This patch is on top of the patch "common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL".
Signed-off-by: Ying Zhang b40530@freescale.com
Provided that you've at least build-tested MAKEALL -a arm:
Acked-by: Tom Rini trini@ti.com
-- Tom