diff options
author | Po-Yu Chuang <ratbert@faraday-tech.com> | 2011-02-17 19:35:23 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-04-27 19:38:07 +0200 |
commit | 8dc667c9b826ddf660f55223e1b328fc912bceb5 (patch) | |
tree | 14da18540647b717c7646e04b2aa68200b5c0281 /include/configs | |
parent | d6150db2dcb509835df6a01eb5c61e4154f9dc66 (diff) | |
download | u-boot-imx-8dc667c9b826ddf660f55223e1b328fc912bceb5.zip u-boot-imx-8dc667c9b826ddf660f55223e1b328fc912bceb5.tar.gz u-boot-imx-8dc667c9b826ddf660f55223e1b328fc912bceb5.tar.bz2 |
arm: a320: use new ftpmu010 API
ftpmu010 related code has been moved to drivers/power/.
Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/a320evb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h index 27f137f..5373bcb 100644 --- a/include/configs/a320evb.h +++ b/include/configs/a320evb.h @@ -32,6 +32,11 @@ #undef CONFIG_SKIP_LOWLEVEL_INIT /*----------------------------------------------------------------------- + * Power Management Unit + */ +#define CONFIG_FTPMU010_POWER + +/*----------------------------------------------------------------------- * Timer */ #define CONFIG_SYS_HZ 1000 /* timer ticks per second */ |