diff options
author | Lily Zhang <r58066@freescale.com> | 2012-03-02 18:33:05 +0800 |
---|---|---|
committer | Lily Zhang <r58066@freescale.com> | 2012-03-02 19:09:27 +0800 |
commit | 2706397c1c0da569ee74dbb3d16189ef7702e471 (patch) | |
tree | be4a8e660466818e60d1a15924f6048fce0417ae /include | |
parent | 6d9c499ea010283d67727fc5bb84d1e59798e9cc (diff) | |
download | u-boot-imx-2706397c1c0da569ee74dbb3d16189ef7702e471.zip u-boot-imx-2706397c1c0da569ee74dbb3d16189ef7702e471.tar.gz u-boot-imx-2706397c1c0da569ee74dbb3d16189ef7702e471.tar.bz2 |
ENGR00175981-1 mx53 smd: add CPU 1.2GHz configuration
CONFIG_CPU_1_2G is used to enable 1.2GHz@1.3V. To enable
1.2GHz by default, enable CONFIG_CPU_1_2G into config file.
For example, uncomment CONFIG_CPU_1_2G in mx53_smd.h or
mx53_smd_android.h.
Signed-off-by: Lily Zhang <r58066@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx53_smd.h | 5 | ||||
-rw-r--r-- | include/configs/mx53_smd_android.h | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/include/configs/mx53_smd.h b/include/configs/mx53_smd.h index 01d4b2e..3359722 100644 --- a/include/configs/mx53_smd.h +++ b/include/configs/mx53_smd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. + * Copyright (C) 2010-2012 Freescale Semiconductor, Inc. * * Configuration settings for the MX53-SMD Freescale board. * @@ -33,6 +33,9 @@ #define CONFIG_FLASH_HEADER_OFFSET 0x400 #define CONFIG_MX53_CLK32 32768 +/* To enable 1.2G by default */ +/* #define CONFIG_CPU_1_2G */ + #define CONFIG_SKIP_RELOCATE_UBOOT #define CONFIG_ARCH_CPU_INIT diff --git a/include/configs/mx53_smd_android.h b/include/configs/mx53_smd_android.h index b1f065d..61bac34 100644 --- a/include/configs/mx53_smd_android.h +++ b/include/configs/mx53_smd_android.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Freescale Semiconductor, Inc. + * Copyright (C) 2011-2012 Freescale Semiconductor, Inc. * * Configuration settings for the MX53-SMD Freescale board. * @@ -33,6 +33,9 @@ #define CONFIG_FLASH_HEADER_OFFSET 0x400 #define CONFIG_MX53_CLK32 32768 +/* To enable 1.2G by default */ +/* #define CONFIG_CPU_1_2G */ + #define CONFIG_SKIP_RELOCATE_UBOOT #define CONFIG_ARCH_CPU_INIT |