From a01b946e567455b77a8736b6588af859ecf40a56 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Tue, 26 Sep 2023 11:23:39 +0200 Subject: 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 Signed-off-by: Linus Walleij --- include/configs/inteno_xg6846.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/configs/inteno_xg6846.h (limited to 'include') diff --git a/include/configs/inteno_xg6846.h b/include/configs/inteno_xg6846.h new file mode 100644 index 00000000000..4f2a2f84010 --- /dev/null +++ b/include/configs/inteno_xg6846.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2023 Linus Walleij + */ + +#include +#include + -- cgit v1.2.3