projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72048bc
)
mx28evk: Propagate the error if cpu_eth_init() fails
author
Fabio Estevam
<fabio.estevam@freescale.com>
Fri, 20 Sep 2013 19:30:48 +0000
(16:30 -0300)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 27 Sep 2013 11:53:35 +0000
(13:53 +0200)
If cpu_eth_init() fails we should return the error immediately.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
board/freescale/mx28evk/mx28evk.c
patch
|
blob
|
history
diff --git
a/board/freescale/mx28evk/mx28evk.c
b/board/freescale/mx28evk/mx28evk.c
index 3abf1fd85d3a6f3de3314f98c51e6af17cbd6376..5005fe23dda310632e9ee2003db371b98723508b 100644
(file)
--- a/
board/freescale/mx28evk/mx28evk.c
+++ b/
board/freescale/mx28evk/mx28evk.c
@@
-103,6
+103,8
@@
int board_eth_init(bd_t *bis)
int ret;
ret = cpu_eth_init(bis);
+ if (ret)
+ return ret;
/* MX28EVK uses ENET_CLK PAD to drive FEC clock */
writel(CLKCTRL_ENET_TIME_SEL_RMII_CLK | CLKCTRL_ENET_CLK_OUT_EN,