From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 9 Sep 2015 14:04:04 +0200 Subject: [U-Boot] [PATCH 1/2] nios2: call board_init_f_mem In-Reply-To: <1441785805-15203-1-git-send-email-thomas@wytron.com.tw> References: <1441785805-15203-1-git-send-email-thomas@wytron.com.tw> Message-ID: <201509091404.04790.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 Wednesday, September 09, 2015 at 10:03:24 AM, Thomas Chou wrote: > We will need CONFIG_SYS_MALLOC_F_LEN to use serial uclass. > So we shall undefine CONFIG_SYS_GENERIC_GLOBAL_DATA, and > call board_init_f_mem() to allocates early malloc() memory > with size of CONFIG_SYS_MALLOC_F_LEN in board_f.c. > > Signed-off-by: Thomas Chou Reviewed-by: Marek Vasut Best regards, Marek Vasut