summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-12-02 12:19:52 -0600
committerTom Rini <[email protected]>2025-12-02 13:00:44 -0600
commit30a9f675e562669de614b26956dcb1ec75837a64 (patch)
treeff7a3d60c3536c417c0cf9242b24afcb15c7a9e2 /include
parentc6ee44b5573a90b0a3a36cf858954e04439ae632 (diff)
parent422b15bb5b693376e345d3f32d7cec4588f3bfba (diff)
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsung
- Assorted updates
Diffstat (limited to 'include')
-rw-r--r--include/configs/exynos-mobile.h14
-rw-r--r--include/configs/s5p4418_nanopi2.h1
2 files changed, 14 insertions, 1 deletions
diff --git a/include/configs/exynos-mobile.h b/include/configs/exynos-mobile.h
new file mode 100644
index 00000000000..862db5779ef
--- /dev/null
+++ b/include/configs/exynos-mobile.h
@@ -0,0 +1,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 */
diff --git a/include/configs/s5p4418_nanopi2.h b/include/configs/s5p4418_nanopi2.h
index fec1bfd50eb..8a8d54daf7b 100644
--- a/include/configs/s5p4418_nanopi2.h
+++ b/include/configs/s5p4418_nanopi2.h
@@ -139,7 +139,6 @@
#endif
#define CFG_EXTRA_ENV_SETTINGS \
- "fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
"rootdev=" __stringify(CONFIG_ROOT_DEV) "\0" \
"rootpart=" __stringify(CONFIG_ROOT_PART) "\0" \