diff options
author | Tom Rini <trini@konsulko.com> | 2023-11-06 10:20:42 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-06 10:20:42 -0500 |
commit | 5493fb52fdcd73d27031cee68d961fbc46b087e2 (patch) | |
tree | 2d9fca0de99d4fc2b55905d491aa50a49ad08002 /include | |
parent | 274f41c653b0ca3be1bf66b7b8e3e9c47d73e3e4 (diff) | |
parent | 0b9a55795e1af63b1164fe736496aa780ec37012 (diff) |
Merge branch '2023-11-06-assorted-changes'
- One new MIPS platform and a mailmap update
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/inteno_xg6846.h | 8 |
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 0000000000..4f2a2f8401 --- /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> + |