commit | 9cf561069f9b55a0ac2ca12f690f1324029b2579 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Fri Aug 19 00:53:02 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Fri Aug 19 00:53:02 2005 +0200 |
tree | 115b58e08032dc62ad4b752141f9eec1dcbce182 | |
parent | e4e5e4e924bad7be764b5ece7b33dd3622c6d711 [diff] [blame] |
Initialize serial# and ethaddr from manufacturer data in EEPROM on CMC-PU2 Patch by Martin Krause, 08 Jun 2005
diff --git a/lib_arm/board.c b/lib_arm/board.c index ada8cc8..a3588d6 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c
@@ -305,6 +305,10 @@ devices_init (); /* get the devices list going. */ +#ifdef CONFIG_CMC_PU2 + load_sernum_ethaddr (); +#endif /* CONFIG_CMC_PU2 */ + jumptable_init (); console_init_r (); /* fully init console as a device */