diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx53_ard.h | 1 | ||||
-rwxr-xr-x | include/configs/mx53_ard_mfg.h | 1 | ||||
-rw-r--r-- | include/configs/mx53_arm2.h | 1 | ||||
-rw-r--r-- | include/configs/mx53_arm2_android.h | 1 | ||||
-rw-r--r-- | include/configs/mx53_arm2_ddr3.h | 1 | ||||
-rw-r--r-- | include/configs/mx53_arm2_ddr3_android.h | 1 | ||||
-rw-r--r-- | include/configs/mx53_evk.h | 1 | ||||
-rw-r--r-- | include/configs/mx53_evk_android.h | 1 | ||||
-rwxr-xr-x | include/configs/mx53_evk_mfg.h | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/mx53_ard.h b/include/configs/mx53_ard.h index dfff7ad..a686677 100644 --- a/include/configs/mx53_ard.h +++ b/include/configs/mx53_ard.h @@ -31,6 +31,7 @@ #define CONFIG_MX53_ARD #define CONFIG_FLASH_HEADER #define CONFIG_FLASH_HEADER_OFFSET 0x400 +#define CONFIG_MX53_CLK32 32768 #define CONFIG_SKIP_RELOCATE_UBOOT diff --git a/include/configs/mx53_ard_mfg.h b/include/configs/mx53_ard_mfg.h index 408459c..488d4d1 100755 --- a/include/configs/mx53_ard_mfg.h +++ b/include/configs/mx53_ard_mfg.h @@ -32,6 +32,7 @@ #define CONFIG_MX53_ARD #define CONFIG_FLASH_HEADER #define CONFIG_FLASH_HEADER_OFFSET 0x400 +#define CONFIG_MX53_CLK32 32768 #define CONFIG_SKIP_RELOCATE_UBOOT diff --git a/include/configs/mx53_arm2.h b/include/configs/mx53_arm2.h index 9a976b8..341eb24 100644 --- a/include/configs/mx53_arm2.h +++ b/include/configs/mx53_arm2.h @@ -31,6 +31,7 @@ #define CONFIG_MX53_ARM2 #define CONFIG_FLASH_HEADER #define CONFIG_FLASH_HEADER_OFFSET 0x400 +#define CONFIG_MX53_CLK32 32768 #define CONFIG_SKIP_RELOCATE_UBOOT diff --git a/include/configs/mx53_arm2_android.h b/include/configs/mx53_arm2_android.h index 0b0dae5..a1c152a 100644 --- a/include/configs/mx53_arm2_android.h +++ b/include/configs/mx53_arm2_android.h @@ -31,6 +31,7 @@ #define CONFIG_MX53_ARM2 #define CONFIG_FLASH_HEADER #define CONFIG_FLASH_HEADER_OFFSET 0x400 +#define CONFIG_MX53_CLK32 32768 #define CONFIG_SKIP_RELOCATE_UBOOT diff --git a/include/configs/mx53_arm2_ddr3.h b/include/configs/mx53_arm2_ddr3.h index ea13cfd..3d6f661 100644 --- a/include/configs/mx53_arm2_ddr3.h +++ b/include/configs/mx53_arm2_ddr3.h @@ -31,6 +31,7 @@ #define CONFIG_MX53_ARM2_DDR3 #define CONFIG_FLASH_HEADER #define CONFIG_FLASH_HEADER_OFFSET 0x400 +#define CONFIG_MX53_CLK32 32768 #define CONFIG_SKIP_RELOCATE_UBOOT diff --git a/include/configs/mx53_arm2_ddr3_android.h b/include/configs/mx53_arm2_ddr3_android.h index c84563c..a8561a4 100644 --- a/include/configs/mx53_arm2_ddr3_android.h +++ b/include/configs/mx53_arm2_ddr3_android.h @@ -31,6 +31,7 @@ #define CONFIG_MX53_ARM2_DDR3 #define CONFIG_FLASH_HEADER #define CONFIG_FLASH_HEADER_OFFSET 0x400 +#define CONFIG_MX53_CLK32 32768 #define CONFIG_SKIP_RELOCATE_UBOOT diff --git a/include/configs/mx53_evk.h b/include/configs/mx53_evk.h index 8b9a1df..b53b5e4 100644 --- a/include/configs/mx53_evk.h +++ b/include/configs/mx53_evk.h @@ -31,6 +31,7 @@ #define CONFIG_MX53_EVK #define CONFIG_FLASH_HEADER #define CONFIG_FLASH_HEADER_OFFSET 0x400 +#define CONFIG_MX53_CLK32 32768 #define CONFIG_SKIP_RELOCATE_UBOOT diff --git a/include/configs/mx53_evk_android.h b/include/configs/mx53_evk_android.h index 1dc2818..0e53654 100644 --- a/include/configs/mx53_evk_android.h +++ b/include/configs/mx53_evk_android.h @@ -31,6 +31,7 @@ #define CONFIG_MX53_EVK #define CONFIG_FLASH_HEADER #define CONFIG_FLASH_HEADER_OFFSET 0x400 +#define CONFIG_MX53_CLK32 32768 #define CONFIG_SKIP_RELOCATE_UBOOT diff --git a/include/configs/mx53_evk_mfg.h b/include/configs/mx53_evk_mfg.h index 71f403b..bac8515 100755 --- a/include/configs/mx53_evk_mfg.h +++ b/include/configs/mx53_evk_mfg.h @@ -32,6 +32,7 @@ #define CONFIG_MX53_EVK #define CONFIG_FLASH_HEADER #define CONFIG_FLASH_HEADER_OFFSET 0x400 +#define CONFIG_MX53_CLK32 32768 #define CONFIG_SKIP_RELOCATE_UBOOT |