diff options
author | Terry Lv <r65388@freescale.com> | 2010-05-07 21:19:41 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2010-05-11 14:28:22 +0800 |
commit | 9667c8061fcfe407b2fa2055b09e0509dc7cc041 (patch) | |
tree | 179c41decd496409792ce15120001e585cfaf5eb /board | |
parent | bd4a694934e348acb930f05fe25dcee6b53b3685 (diff) | |
download | u-boot-imx-9667c8061fcfe407b2fa2055b09e0509dc7cc041.zip u-boot-imx-9667c8061fcfe407b2fa2055b09e0509dc7cc041.tar.gz u-boot-imx-9667c8061fcfe407b2fa2055b09e0509dc7cc041.tar.bz2 |
ENGR00123278: Support clock operation functions
Support clock operation functions.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/mx53_evk/flash_header.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx53_evk/flash_header.S b/board/freescale/mx53_evk/flash_header.S index 38497c8..8d23242 100644 --- a/board/freescale/mx53_evk/flash_header.S +++ b/board/freescale/mx53_evk/flash_header.S @@ -49,7 +49,7 @@ app_code_csf: .word 0x0 reserv2: .word 0x0 boot_data: .word 0x77800000 -image_len: .word 256 * 1024 +image_len: .word _end - TEXT_BASE plugin: .word 0x0 #ifdef CONFIG_MX53_EVK |