diff options
author | Bartlomiej Sieka <tur@semihalf.com> | 2006-10-13 21:09:09 +0200 |
---|---|---|
committer | Bartlomiej Sieka <tur@semihalf.com> | 2006-10-13 21:09:09 +0200 |
commit | 4707fb50cc9f815996be5f2e5a8660de852b2c37 (patch) | |
tree | b15772a39a769fa5ef3ba71e0dc96efe5e88cb09 /include/common.h | |
parent | aeec782b020930732eab075af97212c3f03afcae (diff) | |
download | u-boot-imx-4707fb50cc9f815996be5f2e5a8660de852b2c37.zip u-boot-imx-4707fb50cc9f815996be5f2e5a8660de852b2c37.tar.gz u-boot-imx-4707fb50cc9f815996be5f2e5a8660de852b2c37.tar.bz2 |
Preliminary patch adding support for the MarelV38B board.
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 bee2fb7..e296e68 100644 --- a/include/common.h +++ b/include/common.h @@ -313,7 +313,8 @@ void board_ether_init (void); #if defined(CONFIG_RPXCLASSIC) || defined(CONFIG_MBX) || \ defined(CONFIG_IAD210) || defined(CONFIG_XPEDITE1K) || \ - defined(CONFIG_METROBOX) || defined(CONFIG_KAREF) + defined(CONFIG_METROBOX) || defined(CONFIG_KAREF) || \ + defined(CONFIG_V38B) void board_get_enetaddr (uchar *addr); #endif |