mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 19:47:12 -04:00
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 <grinberg@compulab.co.il>
This commit is contained in:
parent
6d660e773e
commit
64f10847a2
@ -74,7 +74,7 @@ static u32 gpmc_nand_config[GPMC_MAX_REG] = {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Routine: board_init
|
* Routine: board_init
|
||||||
* Description: Early hardware init.
|
* Description: hardware init.
|
||||||
*/
|
*/
|
||||||
int board_init(void)
|
int board_init(void)
|
||||||
{
|
{
|
||||||
@ -438,7 +438,7 @@ int board_eth_init(bd_t *bis)
|
|||||||
|
|
||||||
rc1 = handle_mac_address();
|
rc1 = handle_mac_address();
|
||||||
if (rc1)
|
if (rc1)
|
||||||
printf("CM-T3x: No MAC address found\n");
|
printf("No MAC address found! ");
|
||||||
|
|
||||||
rc1 = smc911x_initialize(0, CM_T3X_SMC911X_BASE);
|
rc1 = smc911x_initialize(0, CM_T3X_SMC911X_BASE);
|
||||||
if (rc1 > 0)
|
if (rc1 > 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user