[PATCH 0/3] exynos: Include missing CPU headers

Sam Protsenko semen.protsenko at linaro.org
Fri Oct 20 23:46:30 CEST 2023


During porting a new Exynos-based board to U-Boot I faced a couple of
similar build errors due to missing <asm/arch/cpu.h> inclusion. This
series make sure it's fixed in all places I found.

Sam Protsenko (3):
  arm: exynos: Include missing CPU header in soc.c
  arm: exynos: Include missing CPU header in gpio.h
  watchdog: s5p_wdt: Include missing CPU header

 arch/arm/mach-exynos/include/mach/gpio.h | 3 +++
 arch/arm/mach-exynos/soc.c               | 1 +
 drivers/watchdog/s5p_wdt.c               | 1 +
 3 files changed, 5 insertions(+)

-- 
2.39.2



More information about the U-Boot mailing list