summaryrefslogtreecommitdiff
path: root/include/configs/exynos-mobile.h
blob: 862db5779ef4c9ff7f53bef78d7cee5107b7226e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Samsung Exynos Generic Board Configuration (for mobile devices)
 *
 * Copyright (C) 2025 Kaustabh Chakraborty <[email protected]>
 */

#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 */