diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-02-11 19:55:01 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-20 22:39:12 +0100 |
commit | 92b50ffef978f05858a0ff4cbe88430bc51a28a2 (patch) | |
tree | dce17341b86d5d280a33d8c7ee71156d032515ad /include/configs/cmc_pu2.h | |
parent | d8d21e699d7fcfb6ab11635110266dd09b7edc62 (diff) |
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/configs/cmc_pu2.h')
-rw-r--r-- | include/configs/cmc_pu2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/cmc_pu2.h b/include/configs/cmc_pu2.h index d9acb470fed..e5c74e136fa 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 */ |