/* SPDX-License-Identifier: GPL-2.0 */ /* * Samsung Exynos Generic Board Configuration (for mobile devices) * * Copyright (C) 2025 Kaustabh Chakraborty */ #ifndef __CONFIG_EXYNOS_MOBILE_H #define __CONFIG_EXYNOS_MOBILE_H #define CPU_RELEASE_ADDR secondary_boot_addr #define CFG_SYS_BAUDRATE_TABLE {9600, 115200} #endif /* __CONFIG_EXYNOS_MOBILE_H */