diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-12-18 22:19:02 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-12-18 22:19:02 +0100 |
commit | d627eefcd5e72db00889718ca9ee1dcb4d026fc9 (patch) | |
tree | 92db88f447dcec6b071af2b55182637c0921159e /arch/arm/cpu | |
parent | fe7f0810ddf41939bbdd22fe39b0b80fdfe0636b (diff) | |
parent | f90aea2a65e71a37ff029849d908538ae9e98283 (diff) | |
download | u-boot-imx-d627eefcd5e72db00889718ca9ee1dcb4d026fc9.zip u-boot-imx-d627eefcd5e72db00889718ca9ee1dcb4d026fc9.tar.gz u-boot-imx-d627eefcd5e72db00889718ca9ee1dcb4d026fc9.tar.bz2 |
Merge remote-tracking branch 'u-boot-pxa/master' into 'u-boot-arm/master'
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r-- | arch/arm/cpu/pxa/pxa2xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/pxa/pxa2xx.c b/arch/arm/cpu/pxa/pxa2xx.c index c9a7d45..7e861e2 100644 --- a/arch/arm/cpu/pxa/pxa2xx.c +++ b/arch/arm/cpu/pxa/pxa2xx.c @@ -279,6 +279,7 @@ void reset_cpu(ulong ignored) tmp = readl(OSCR); tmp += 0x1000; writel(tmp, OSMR3); + writel(MDREFR_SLFRSH, MDREFR); for (;;) ; |