summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-12 00:55:01 (GMT)
committerWolfgang Denk <wd@denx.de>2009-03-20 21:39:12 (GMT)
commit92b50ffef978f05858a0ff4cbe88430bc51a28a2 (patch)
treedce17341b86d5d280a33d8c7ee71156d032515ad /include
parentd8d21e699d7fcfb6ab11635110266dd09b7edc62 (diff)
downloadu-boot-92b50ffef978f05858a0ff4cbe88430bc51a28a2.tar.xz
cmc_pu2: get mac address from environment
The environment is the canonical storage location of the mac address, so we're killing off the global data location and moving everything to querying the env directly. Also rename load_sernum_ethaddr() to misc_init_r() so we don't need to handle this board specially in common ARM code. Signed-off-by: Mike Frysinger <vapier@gentoo.org> CC: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/cmc_pu2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/cmc_pu2.h b/include/configs/cmc_pu2.h
index d9acb47..e5c74e1 100644
--- a/include/configs/cmc_pu2.h
+++ b/include/configs/cmc_pu2.h
@@ -143,6 +143,7 @@
#endif
+#define CONFIG_MISC_INIT_R
#define CONFIG_SYS_LONGHELP
#define AT91_SMART_MEDIA_ALE (1 << 22) /* our ALE is AD22 */