diff mbox

[U-Boot] arm: cam_enc_4xx: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT

Message ID 1334716942-8460-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com
State Accepted
Commit 8913e6b3c3be991f669c4d6e2e797f37a2f96972
Delegated to: Tom Rini
Headers show

Commit Message

Nobuhiro Iwamatsu April 18, 2012, 2:42 a.m. UTC
With almost all the architecture and board BOARD_LATE_INIT does not use.
CONFIG_BOARD_LATE_INIT is used instead.
This changed CONFIG_BOARD_LATE_INIT from BOARD_LATE_INIT.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Heiko Schocher <hs@denx.de>
---
 include/configs/cam_enc_4xx.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Heiko Schocher April 21, 2012, 5:32 a.m. UTC | #1
Hello Nobuhiro,

Nobuhiro Iwamatsu wrote:
> With almost all the architecture and board BOARD_LATE_INIT does not use.
> CONFIG_BOARD_LATE_INIT is used instead.
> This changed CONFIG_BOARD_LATE_INIT from BOARD_LATE_INIT.
> 
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> CC: Heiko Schocher <hs@denx.de>
> ---
>  include/configs/cam_enc_4xx.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Heiko Schocher <hs@denx.de>

As I am currently not in sync with u-boot patches, maybe Its to late,
Sorry ... Thanks for the patch!

bye,
Heiko
diff mbox

Patch

diff --git a/include/configs/cam_enc_4xx.h b/include/configs/cam_enc_4xx.h
index 99856eb..71faf1c 100644
--- a/include/configs/cam_enc_4xx.h
+++ b/include/configs/cam_enc_4xx.h
@@ -37,7 +37,7 @@ 
 
 #define CONFIG_HOSTNAME			cam_enc_4xx
 
-#define	BOARD_LATE_INIT
+#define	CONFIG_BOARD_LATE_INIT
 #define CONFIG_CAM_ENC_LED_MASK		0x0fc00000
 
 /* Memory Info */