diff options
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | 2012-11-05 10:07:04 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-11-19 08:56:27 +0100 |
commit | 39e8576164c3bef9d6cb9ad4567c09fc6a87b5fd (patch) | |
tree | cf37dc6d9cc7e2761d61c04d7ba98e1f2af49e38 /include/configs/mx51_efikamx.h | |
parent | fa88ddb75f0abeee123dd1547f4e32ec3155d31f (diff) |
mx5: Mark lowlevel_init board-specific code
The mx5 lowlevel_init.S contains board-specific code based on the reference
design. Let's keep it since it avoids creating new lowlevel_init files and it
may be used by many boards. But add a config to make it optional in order not to
cause issues on boards not following this part of the reference design.
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Matt Sealey <matt@genesi-usa.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/mx51_efikamx.h')
-rw-r--r-- | include/configs/mx51_efikamx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx51_efikamx.h b/include/configs/mx51_efikamx.h index ffe771f2dcb..a056566efcd 100644 --- a/include/configs/mx51_efikamx.h +++ b/include/configs/mx51_efikamx.h @@ -261,5 +261,6 @@ #define CONFIG_SYS_DDR_CLKSEL 0 #define CONFIG_SYS_CLKTL_CBCDR 0x59E35145 +#define CONFIG_SYS_MAIN_PWR_ON #endif |