summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorFred Fan <r01011@freescale.com>2009-02-23 14:08:23 +0800
committerFred Fan <r01011@freescale.com>2009-09-10 13:57:39 +0800
commit5f7373e548c7862364511891596a97f18b945978 (patch)
tree6de1435253d69c7398d7571ca08ff4803839133b /drivers
parent5f4c0867c01da00f9d092750acbea5fc6430359a (diff)
downloadu-boot-imx-5f7373e548c7862364511891596a97f18b945978.zip
u-boot-imx-5f7373e548c7862364511891596a97f18b945978.tar.gz
u-boot-imx-5f7373e548c7862364511891596a97f18b945978.tar.bz2
ENGR00104583 MX35 can not boot up kernel
uboot can not boot kernel. There are no more messages excepts uncompression message. The root cause is wrong romfile version offset. Signed-off-by: Fred Fan <r01011@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/smc911x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c
index 5c00028..13cb6ea 100644
--- a/drivers/net/smc911x.c
+++ b/drivers/net/smc911x.c
@@ -711,3 +711,5 @@ int smc911x_initialize(u8 dev_num, int base_addr)
return 0;
}
#endif
+
+#endif