diff options
author | Terry Lv <r65388@freescale.com> | 2010-09-17 13:25:29 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2010-09-20 13:25:43 +0800 |
commit | e71b1b9ced8b2478446d931a47a94296b72b833b (patch) | |
tree | 2d37cd7b8d23fbc1cf79686ba2dfa7471ede0992 /include | |
parent | 71ba5d33991342c566b92961b5c98e99861e20c0 (diff) | |
download | u-boot-imx-e71b1b9ced8b2478446d931a47a94296b72b833b.zip u-boot-imx-e71b1b9ced8b2478446d931a47a94296b72b833b.tar.gz u-boot-imx-e71b1b9ced8b2478446d931a47a94296b72b833b.tar.bz2 |
ENGR00131662: Fix that iram boot don't work
iram boot don't work.
The reason is that ivt plugins copy too much data
than that iram can hold.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx50_arm2_iram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx50_arm2_iram.h b/include/configs/mx50_arm2_iram.h index 0e7f4b4..a0a5e99 100644 --- a/include/configs/mx50_arm2_iram.h +++ b/include/configs/mx50_arm2_iram.h @@ -41,7 +41,7 @@ */ #define CONFIG_MX50_HCLK_FREQ 24000000 -#define CONFIG_SYS_PLL2_FREQ 600 +#define CONFIG_SYS_PLL2_FREQ 400 #define CONFIG_SYS_AHB_PODF 4 #define CONFIG_SYS_AXIA_PODF 1 #define CONFIG_SYS_AXIB_PODF 2 |