diff options
| author | Wolfgang Denk <wd@denx.de> | 2007-06-22 23:59:00 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-06-22 23:59:00 +0200 | 
| commit | 1636d1c8529c006d106287cfbc20cd0a246fe1cb (patch) | |
| tree | cd39e784361c2bcef43cfc38d39b1670ce22d539 /cpu/ppc4xx/cpu_init.c | |
| parent | 2dc64451b4c08ffd619372abfdc2506a2e2363b9 (diff) | |
| download | olio-uboot-2014.01-1636d1c8529c006d106287cfbc20cd0a246fe1cb.tar.xz olio-uboot-2014.01-1636d1c8529c006d106287cfbc20cd0a246fe1cb.zip | |
Coding stylke cleanup; rebuild CHANGELOG
Diffstat (limited to 'cpu/ppc4xx/cpu_init.c')
| -rw-r--r-- | cpu/ppc4xx/cpu_init.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/ppc4xx/cpu_init.c b/cpu/ppc4xx/cpu_init.c index bc1ae0e4e..351da36e8 100644 --- a/cpu/ppc4xx/cpu_init.c +++ b/cpu/ppc4xx/cpu_init.c @@ -153,7 +153,7 @@ cpu_init_f (void)  	 */  	asm volatile("	bl	0f"		::: "lr");  	asm volatile("0:	mflr	3"		::: "r3"); -	asm volatile("	addi 	4, 0, 14"	::: "r4"); +	asm volatile("	addi	4, 0, 14"	::: "r4");  	asm volatile("	mtctr	4"		::: "ctr");  	asm volatile("1:	icbt	0, 3");  	asm volatile("	addi	3, 3, 32"	::: "r3"); |