aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2023-09-26 11:23:39 +0200
committerTom Rini <trini@konsulko.com>2023-11-06 10:20:21 -0500
commita01b946e567455b77a8736b6588af859ecf40a56 (patch)
tree48279822359288735c28b9b9113b82d98a33d176 /include/configs
parent274f41c653b0ca3be1bf66b7b8e3e9c47d73e3e4 (diff)
downloadu-boot-a01b946e567455b77a8736b6588af859ecf40a56.zip
u-boot-a01b946e567455b77a8736b6588af859ecf40a56.tar.gz
u-boot-a01b946e567455b77a8736b6588af859ecf40a56.tar.bz2
bmips: Add Inteno XG6846 board
This adds support for the Inteno XG6846 board based on the Broadcom MIPS 6328 SoC. The default boot will read a uImage from flash and boot it. Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/inteno_xg6846.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/inteno_xg6846.h b/include/configs/inteno_xg6846.h
new file mode 100644
index 0000000..4f2a2f8
--- /dev/null
+++ b/include/configs/inteno_xg6846.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (C) 2023 Linus Walleij <linusw@kernel.org>
+ */
+
+#include <configs/bmips_common.h>
+#include <configs/bmips_bcm6328.h>
+