arm: davinci: remove leftover code for dm* SoCs
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 29 Apr 2019 16:37:12 +0000 (18:37 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 4 May 2019 17:04:10 +0000 (13:04 -0400)
commitcef443c1666cc70d7b0902936311da986d09a77c
tree2ed1444bed57ddc6385b4454210855eb85fbf05f
parent028020247d0e3946045dc5f6587c1539056bfee0
arm: davinci: remove leftover code for dm* SoCs

The support for DaVinci DM* SoCs has been dropped a while ago. There's
still a lot of leftover code in mach-davinci though. Entirely remove
certain files and modify the common code to no longer reference
unsupported chips.

Note: all DaVinci platforms supported in u-boot now define SOC_DA8XX
but not all define SOC_DA850 (e.g. omapl138). We can safely remove
all ifdefs for the former, but let's leave the ones for the latter.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
15 files changed:
arch/arm/mach-davinci/cpu.c
arch/arm/mach-davinci/dm355.c [deleted file]
arch/arm/mach-davinci/dm365.c [deleted file]
arch/arm/mach-davinci/dm365_lowlevel.c [deleted file]
arch/arm/mach-davinci/dm644x.c [deleted file]
arch/arm/mach-davinci/dm646x.c [deleted file]
arch/arm/mach-davinci/include/mach/davinci_misc.h
arch/arm/mach-davinci/include/mach/emac_defs.h
arch/arm/mach-davinci/include/mach/gpio.h
arch/arm/mach-davinci/include/mach/hardware.h
arch/arm/mach-davinci/include/mach/i2c_defs.h
arch/arm/mach-davinci/include/mach/syscfg_defs.h [deleted file]
arch/arm/mach-davinci/misc.c
arch/arm/mach-davinci/psc.c
arch/arm/mach-davinci/spl.c