]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: sh4: Remove CONFIG_SH4A definition from source code
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Thu, 9 Jan 2014 03:22:12 +0000 (12:22 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Thu, 9 Jan 2014 03:47:15 +0000 (12:47 +0900)
commit6b87abe3ac357649a990c05a6a5f9fd232cca21c
treef121f7d1e2f4bae0b22ae92706a493c3c13c2399
parent8f0960e8378e0fc14d6216f60910994c217d3d57
sh: sh4: Remove CONFIG_SH4A definition from source code

SH4 and SH4A are compatible. But some instructions are different from these.
In Linux kernel, It is treated as a separate CPU, but for now, I think that
there is no need to divide especially in the U-Boot.

This removes CONFIG_SH4A definition from source code, SH4A is treated as SH4.
And this fix white space.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13 files changed:
arch/sh/cpu/sh2/cpu.c
arch/sh/cpu/sh4/cpu.c
arch/sh/include/asm/cache.h
arch/sh/include/asm/processor.h
include/configs/ap_sh4a_4a.h
include/configs/ecovec.h
include/configs/r0p7734.h
include/configs/r7780mp.h
include/configs/sh7752evb.h
include/configs/sh7753evb.h
include/configs/sh7757lcr.h
include/configs/sh7785lcr.h
include/sh_tmu.h