From: Igor Grinberg Date: Wed, 13 Jun 2012 19:41:40 +0000 (+0000) Subject: arm: omap3: cm-t35: minor comment and printf change X-Git-Tag: v2012.10-rc1~358 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=64f10847a28421f7093ef6876b58a4cccc4dd2c9;p=u-boot arm: omap3: cm-t35: minor comment and printf change Fix the comment to reflect the actual function call time. Change the printf message to look nicer in the context it might be printed. Signed-off-by: Igor Grinberg --- diff --git a/board/cm_t35/cm_t35.c b/board/cm_t35/cm_t35.c index 700c184944..6c2e95b1d4 100644 --- a/board/cm_t35/cm_t35.c +++ b/board/cm_t35/cm_t35.c @@ -74,7 +74,7 @@ static u32 gpmc_nand_config[GPMC_MAX_REG] = { /* * Routine: board_init - * Description: Early hardware init. + * Description: hardware init. */ int board_init(void) { @@ -438,7 +438,7 @@ int board_eth_init(bd_t *bis) rc1 = handle_mac_address(); if (rc1) - printf("CM-T3x: No MAC address found\n"); + printf("No MAC address found! "); rc1 = smc911x_initialize(0, CM_T3X_SMC911X_BASE); if (rc1 > 0)