]> Git Repo - u-boot.git/commit
sh: sh2: Remove CPU support
authorMarek Vasut <[email protected]>
Tue, 7 May 2019 19:52:47 +0000 (21:52 +0200)
committerMarek Vasut <[email protected]>
Fri, 10 May 2019 20:43:18 +0000 (22:43 +0200)
commit7de3ea8b98a531c516505f07902e56077bf78816
tree2cc2816ddca0073fd77d29e812dccc9f9df3d972
parent54eac8b3a3cc4c05d981ecefc8bcd5151f0d928c
sh: sh2: Remove CPU support

This CPU core is old, no boards using the CPU are left in mainline,
it has no prospects of ever being converted to DM, drop it.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Chris Brandt <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
Cc: Vladimir Zapolskiy <[email protected]>
Cc: Yoshihiro Shimoda <[email protected]>
16 files changed:
arch/sh/Kconfig
arch/sh/cpu/sh2/Makefile [deleted file]
arch/sh/cpu/sh2/config.mk [deleted file]
arch/sh/cpu/sh2/cpu.c [deleted file]
arch/sh/cpu/sh2/interrupts.c [deleted file]
arch/sh/cpu/sh2/watchdog.c [deleted file]
arch/sh/include/asm/config.h
arch/sh/include/asm/cpu_sh2.h [deleted file]
arch/sh/include/asm/cpu_sh7203.h [deleted file]
arch/sh/include/asm/cpu_sh7264.h [deleted file]
arch/sh/include/asm/cpu_sh7269.h [deleted file]
arch/sh/include/asm/processor.h
arch/sh/lib/Makefile
arch/sh/lib/start.S
drivers/serial/serial_sh.h
scripts/config_whitelist.txt
This page took 0.036209 seconds and 4 git commands to generate.