Dear Tom, The following changes since commit 17e9db18f17b6cad278694d4a61df95e96bdf4f5:
Merge tag 'doc-2024-01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi (2023-11-11 09:22:54 -0500) are available in the git repository at: g...@source.denx.de:u-boot/custodians/u-boot-samsung.git master for you to fetch changes up to 470682ace1e03a6573d6eef9a00b524d608ddfa7: configs: Remove unneeded SYS_CONFIG_NAME from a*y17lte defconfigs (2023-11-27 18:57:35 +0900) ---------------------------------------------------------------- Sam Protsenko (13): 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 exynos: Avoid duplicate reset_cpu with SYSRESET enabled serial: s5p: Fix clk_get_by_index() error code check clk: exynos: Add header guard for clk-pll.h serial: s5p: Remove common.h inclusion serial: s5p: Use livetree API to get "id" property serial: s5p: Use named constants for register values serial: s5p: Improve coding style serial: s5p: Use dev_read_addr_ptr() to get base address board: samsung: Fix SYS_CONFIG_NAME configs in axy17lte Kconfig configs: Remove unneeded SYS_CONFIG_NAME from a*y17lte defconfigs arch/arm/mach-exynos/include/mach/gpio.h | 3 +++ arch/arm/mach-exynos/soc.c | 3 +++ board/samsung/axy17lte/Kconfig | 14 +++--------- configs/a3y17lte_defconfig | 1 - configs/a5y17lte_defconfig | 1 - configs/a7y17lte_defconfig | 1 - drivers/clk/exynos/clk-pll.h | 5 +++++ drivers/serial/serial_s5p.c | 79 +++++++++++++++++++++++++++++++++++++------------------------------- drivers/watchdog/s5p_wdt.c | 1 + Thanks, Minkyu Kang.