diff options
author | Ryder Lee <ryder.lee@mediatek.com> | 2018-11-15 10:07:52 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-28 23:04:50 -0500 |
commit | cbd2fba1eca11300649052e289685e7404e0b81c (patch) | |
tree | 1b1426bb0de6d7d249ee4fa627019dcf9ee04298 /arch/arm/Makefile | |
parent | d84982dbfada5add7c405ab9a6e26132f7bfe8c8 (diff) | |
download | u-boot-cbd2fba1eca11300649052e289685e7404e0b81c.tar.gz u-boot-cbd2fba1eca11300649052e289685e7404e0b81c.tar.bz2 u-boot-cbd2fba1eca11300649052e289685e7404e0b81c.zip |
arm: MediaTek: add basic support for MT7629 boards
This adds a general board file based on MT7629 SoCs from MediaTek.
Apart from the generic parts (cpu) we add some low level init codes
and initialize the early clocks.
Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 4b6c5e1935..c38ef3cb69 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -62,6 +62,7 @@ machine-$(CONFIG_ARCH_K3) += k3 machine-$(CONFIG_ARCH_KEYSTONE) += keystone # TODO: rename CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD machine-$(CONFIG_KIRKWOOD) += kirkwood +machine-$(CONFIG_ARCH_MEDIATEK) += mediatek machine-$(CONFIG_ARCH_MESON) += meson machine-$(CONFIG_ARCH_MVEBU) += mvebu # TODO: rename CONFIG_TEGRA -> CONFIG_ARCH_TEGRA |