commit | 862f5055df98901af5f276b903303bdb115c2f21 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Thu Nov 07 19:28:44 2019 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 03 12:00:03 2019 -0500 |
tree | 13aa033d8177ab459154699fe1419554131d72c7 | |
parent | c3aeb81998f34293857c5448009c3527ab1a17a0 [diff] |
ARM: MediaTek: add basic support for MT8518 boards This adds a general board file based on MT8518 SoCs from MediaTek. Apart from the generic parts (cpu) we add some low level init codes and initialize the early clocks. This commit is adding the basic boot support for the MT8518 eMMC board. [trini: Migrate env location to defconfig, set ENV_IS_IN_MMC] Signeed-off-by: Tom Rini <trini@konsulko.com>