projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4867b63
)
mx5: lowlevel_init: Remove unused macro
author
Fabio Estevam
<fabio.estevam@freescale.com>
Mon, 30 Sep 2013 21:28:54 +0000
(18:28 -0300)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 31 Oct 2013 16:54:03 +0000
(17:54 +0100)
setup_wdog macro is not used anywhere, so just remove it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx5/lowlevel_init.S
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/mx5/lowlevel_init.S
b/arch/arm/cpu/armv7/mx5/lowlevel_init.S
index 97077fd367ce846fdce7d426e1fc6e67b927d056..f5bc6728b7c2ce4cbe4bcbdef260b39d1cfc1e32 100644
(file)
--- a/
arch/arm/cpu/armv7/mx5/lowlevel_init.S
+++ b/
arch/arm/cpu/armv7/mx5/lowlevel_init.S
@@
-375,12
+375,6
@@
setup_pll_func:
#endif /* CONFIG_MX53 */
.endm
-.macro setup_wdog
- ldr r0, =WDOG1_BASE_ADDR
- mov r1, #0x30
- strh r1, [r0]
-.endm
-
ENTRY(lowlevel_init)
mov r10, lr
mov r4, #0 /* Fix R4 to 0 */