diff options
author | Stefan Roese <sr@denx.de> | 2005-08-15 12:31:23 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-08-15 12:31:23 +0200 |
commit | b79316f2a263f424e2a94abaa2c3f639fad7a864 (patch) | |
tree | 4d0db640a8221bffc6415c55a67f34561c97e693 /include/common.h | |
parent | 2893ecbf3e5b983970138289b759baf45a327ff3 (diff) | |
download | u-boot-imx-b79316f2a263f424e2a94abaa2c3f639fad7a864.zip u-boot-imx-b79316f2a263f424e2a94abaa2c3f639fad7a864.tar.gz u-boot-imx-b79316f2a263f424e2a94abaa2c3f639fad7a864.tar.bz2 |
Add Sandburst Metrobox and Sandburst Karef board support packages.
Second serial port on 440GX now defined as a system device.
Add 'Short Etch' code for Cicada PHY within 440gx_enet.c
Patch by Travis B. Sawyer, 12 Jul 2005
Check return value of malloc in 440gx_enet.c
Patch by Travis B. Sawyer, 18 Jul 2005
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index efc638d..8536a99 100644 --- a/include/common.h +++ b/include/common.h @@ -302,7 +302,8 @@ void board_ether_init (void); #endif #if defined(CONFIG_RPXCLASSIC) || defined(CONFIG_MBX) || \ - defined(CONFIG_IAD210) || defined(CONFIG_XPEDITE1K) + defined(CONFIG_IAD210) || defined(CONFIG_XPEDITE1K) || \ + defined(CONFIG_METROBOX) || defined(CONFIG_KAREF) void board_get_enetaddr (uchar *addr); #endif |