All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] mx53smd: Fix build issue due to BOARD_LATE_INIT
@ 2011-05-19 13:44 Fabio Estevam
  2011-05-19 13:44 ` [U-Boot] [PATCH 2/2] mx53smd: Configure two banks of DDR Fabio Estevam
  0 siblings, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2011-05-19 13:44 UTC (permalink / raw)
  To: u-boot

board_late_init function is not used, so remove BOARD_LATE_INIT from config file.

Fix the following error:

arch/arm/lib/libarm.o: In function `board_init_r':
/home/fabio/u-boot-imx/arch/arm/lib/board.c:590: undefined reference to `board_late_init'

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx53smd.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h
index 356ee10..e64ff98 100644
--- a/include/configs/mx53smd.h
+++ b/include/configs/mx53smd.h
@@ -42,7 +42,6 @@
 #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 2 * 1024 * 1024)
 
 #define CONFIG_BOARD_EARLY_INIT_F
-#define BOARD_LATE_INIT
 #define CONFIG_MXC_GPIO
 
 #define CONFIG_MXC_UART
-- 
1.6.0.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-19 15:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-19 13:44 [U-Boot] [PATCH 1/2] mx53smd: Fix build issue due to BOARD_LATE_INIT Fabio Estevam
2011-05-19 13:44 ` [U-Boot] [PATCH 2/2] mx53smd: Configure two banks of DDR Fabio Estevam
2011-05-19 15:03   ` Stefano Babic
2011-05-19 15:06     ` Fabio Estevam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.