diff options
author | Mathieu J. Poirier <mathieu.poirier@linaro.org> | 2012-07-31 08:59:28 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:20 +0200 |
commit | b95f9ec7d88b2b2362fab39a66fdccb3d6be53d4 (patch) | |
tree | 142d4a2e4010c1d395122e9ca1c1f0d6d5cd3394 /include | |
parent | 101a769d75ffd06b7316d7bd4e896b95af7cb6d4 (diff) |
snowball: applying power to LAN and GBF controllers
LAN and GBF need to be powered explicitely, doing so with
interface to AB8500 companion chip.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: John Rigby <john.rigby@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/snowball.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/snowball.h b/include/configs/snowball.h index d3ca55dce1b..ed70d65dfcd 100644 --- a/include/configs/snowball.h +++ b/include/configs/snowball.h @@ -32,6 +32,7 @@ #define CONFIG_SYS_ICACHE_OFF #define CONFIG_SYS_DCACHE_OFF #define CONFIG_ARCH_CPU_INIT +#define CONFIG_BOARD_LATE_INIT /* * High Level Configuration Options |