config TARGET_MT7623
bool "MediaTek MT7623 SoC"
select CPU_V7A
- select ARCH_MISC_INIT
help
The MediaTek MT7623 is a ARM-based SoC with a quad-core Cortex-A7
including NEON and GPU, Mali-450 graphics, several DDR3 options,
bool "MediaTek MT7629 SoC"
select CPU_V7A
select SPL
- select ARCH_MISC_INIT
help
The MediaTek MT7629 is a ARM-based SoC with a dual-core Cortex-A7
including DDR3, crypto engine, 3x3 11n/ac Wi-Fi, Gigabit Ethernet,
config TARGET_MT8516
bool "MediaTek MT8516 SoC"
select ARM64
- select ARCH_MISC_INIT
help
The MediaTek MT8516 is a ARM64-based SoC with a quad-core Cortex-A35.
including UART, SPI, USB2.0 and OTG, SD and MMC cards, NAND, PWM,
#include <wdt.h>
#include <dm/uclass-internal.h>
-int arch_misc_init(void)
-{
- struct udevice *wdt;
- int ret;
-
- ret = uclass_first_device_err(UCLASS_WDT, &wdt);
- if (!ret)
- wdt_stop(wdt);
-
- return 0;
-}
-
int arch_cpu_init(void)
{
icache_enable();