summaryrefslogtreecommitdiffstats
path: root/cpu/arm_cortexa8
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-02-12 00:08:39 +0100
committerWolfgang Denk <wd@denx.de>2009-02-12 00:08:39 +0100
commitf15c6515fc23f83c51f3de272ca23d86b80e81b1 (patch)
tree6af7c379a62758b4e768280733f38bb4e84909a0 /cpu/arm_cortexa8
parent5fc56b907d993260b9ebdb137af66fe69635ae9e (diff)
downloadtalos-obmc-uboot-f15c6515fc23f83c51f3de272ca23d86b80e81b1.tar.gz
talos-obmc-uboot-f15c6515fc23f83c51f3de272ca23d86b80e81b1.zip
Coding style cleanup; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'cpu/arm_cortexa8')
-rw-r--r--cpu/arm_cortexa8/cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/arm_cortexa8/cpu.c b/cpu/arm_cortexa8/cpu.c
index ebc5ea2669..ad2085b010 100644
--- a/cpu/arm_cortexa8/cpu.c
+++ b/cpu/arm_cortexa8/cpu.c
@@ -238,4 +238,3 @@ static void cache_flush(void)
{
asm ("mcr p15, 0, %0, c7, c5, 0": :"r" (0));
}
-
OpenPOWER on IntegriCloud