summaryrefslogtreecommitdiff
path: root/include/configs/v38b.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-16 23:03:14 (GMT)
committerWolfgang Denk <wd@denx.de>2009-03-20 21:39:12 (GMT)
commitd8d21e699d7fcfb6ab11635110266dd09b7edc62 (patch)
treeec591b9aaf82e817558bde954ba6dc616bc908fd /include/configs/v38b.h
parentf11e6ff5b1859d9213f0d501b3309e065f487543 (diff)
downloadu-boot-d8d21e699d7fcfb6ab11635110266dd09b7edc62.tar.xz
boards: move board_get_enetaddr() into board-specific init
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. Rather than have the common ppc code have board-specific hooks, move the board_get_enetaddr() function into the board-specific init functions. Signed-off-by: Mike Frysinger <vapier@gentoo.org> CC: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/configs/v38b.h')
-rw-r--r--include/configs/v38b.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/v38b.h b/include/configs/v38b.h
index fc7128e..92bcdb3 100644
--- a/include/configs/v38b.h
+++ b/include/configs/v38b.h
@@ -40,6 +40,7 @@
#define CONFIG_BOARD_EARLY_INIT_R 1 /* do board-specific init */
#define CONFIG_BOARD_EARLY_INIT_F 1 /* do board-specific init */
+#define CONFIG_MISC_INIT_R
#define CONFIG_SYS_XLB_PIPELINING 1 /* gives better performance */