arm720: Remove CONFIG_ARM7_REVD
This is a dead code, remove it. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
a63dd62bb2
commit
82138f4fcd
|
@ -285,17 +285,6 @@ _dynsym_start_ofs:
|
||||||
|
|
||||||
cpu_init_crit:
|
cpu_init_crit:
|
||||||
|
|
||||||
#ifdef CONFIG_ARM7_REVD
|
|
||||||
/* set clock speed */
|
|
||||||
/* !!! we run @ 36 MHz due to a hardware flaw in Rev. D processors */
|
|
||||||
/* !!! not doing DRAM refresh properly! */
|
|
||||||
ldr r0, SYSCON3
|
|
||||||
ldr r1, [r0]
|
|
||||||
bic r1, r1, #CLKCTL
|
|
||||||
orr r1, r1, #CLKCTL_36
|
|
||||||
str r1, [r0]
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !defined(CONFIG_TEGRA)
|
#if !defined(CONFIG_TEGRA)
|
||||||
mov ip, lr
|
mov ip, lr
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue