diff options
author | Wolfgang Denk <wd@denx.de> | 2009-08-10 10:38:34 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-08-10 10:38:34 +0200 |
commit | 53cc18c71b2b920cca171874c6663e274fa80556 (patch) | |
tree | e1b4160fcb45747a52d508d8ad253bbf5fa192d0 /cpu | |
parent | d371708a1beda0f529756e614af785b30461379e (diff) | |
download | u-boot-imx-53cc18c71b2b920cca171874c6663e274fa80556.zip u-boot-imx-53cc18c71b2b920cca171874c6663e274fa80556.tar.gz u-boot-imx-53cc18c71b2b920cca171874c6663e274fa80556.tar.bz2 |
Minor coding style cleanup.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/mcf5445x/start.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu/mcf5445x/start.S b/cpu/mcf5445x/start.S index c156bab..d2d4439 100644 --- a/cpu/mcf5445x/start.S +++ b/cpu/mcf5445x/start.S @@ -149,8 +149,6 @@ asm_sbf_img_hdr: .long 0x00030000 /* image length */ .long TEXT_BASE /* image to be relocated at */ - - asm_dram_init: move.w #0x2700,%sr /* Mask off Interrupt */ |