]> git.baikalelectronics.ru Git - uboot.git/commit
mips: rename mach-mt7620 to mach-mtmips
authorWeijie Gao <weijie.gao@mediatek.com>
Tue, 30 Apr 2019 03:13:58 +0000 (11:13 +0800)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 3 May 2019 14:43:11 +0000 (16:43 +0200)
commit1314208cc78f59579c82301e3716ffe1dd95cec8
treed65be8e055faefc9c1bdc26f0112c21b3088bf52
parent3b9cfde88d8ca42e336bed4a9b9e41ef775e8c65
mips: rename mach-mt7620 to mach-mtmips

Currently mach-mt7620 contains only support for mt7628. To avoid confusion,
rename mach-mt7620 to mach-mtmips, which means MediaTek MIPS platforms.
MT7620 and MT7628 should be distinguished by SOC_MT7620 and SOC_MT7628
because they do not share the same lowlevel codes.

Dependencies of four drivers are changed to SOC_MT7628 as these drivers
are only used by MT7628.

Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
23 files changed:
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/dts/Makefile
arch/mips/mach-mt7620/Kconfig [deleted file]
arch/mips/mach-mt7620/Makefile [deleted file]
arch/mips/mach-mt7620/cpu.c [deleted file]
arch/mips/mach-mt7620/ddr_calibrate.c [deleted file]
arch/mips/mach-mt7620/lowlevel_init.S [deleted file]
arch/mips/mach-mt7620/mt76xx.h [deleted file]
arch/mips/mach-mtmips/Kconfig [new file with mode: 0644]
arch/mips/mach-mtmips/Makefile [new file with mode: 0644]
arch/mips/mach-mtmips/cpu.c [new file with mode: 0644]
arch/mips/mach-mtmips/ddr_calibrate.c [new file with mode: 0644]
arch/mips/mach-mtmips/lowlevel_init.S [new file with mode: 0644]
arch/mips/mach-mtmips/mt76xx.h [new file with mode: 0644]
configs/gardena-smart-gateway-mt7688-ram_defconfig
configs/gardena-smart-gateway-mt7688_defconfig
configs/linkit-smart-7688-ram_defconfig
configs/linkit-smart-7688_defconfig
drivers/gpio/Kconfig
drivers/net/Kconfig
drivers/spi/Kconfig
drivers/watchdog/Kconfig