diff options
| author | Tom Rini <[email protected]> | 2023-11-06 10:20:42 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-06 10:20:42 -0500 |
| commit | 5493fb52fdcd73d27031cee68d961fbc46b087e2 (patch) | |
| tree | 2d9fca0de99d4fc2b55905d491aa50a49ad08002 /board | |
| parent | 274f41c653b0ca3be1bf66b7b8e3e9c47d73e3e4 (diff) | |
| parent | 0b9a55795e1af63b1164fe736496aa780ec37012 (diff) | |
Merge branch '2023-11-06-assorted-changes'
- One new MIPS platform and a mailmap update
Diffstat (limited to 'board')
| -rw-r--r-- | board/inteno/xg6846/Kconfig | 12 | ||||
| -rw-r--r-- | board/inteno/xg6846/MAINTAINERS | 6 |
2 files changed, 18 insertions, 0 deletions
diff --git a/board/inteno/xg6846/Kconfig b/board/inteno/xg6846/Kconfig new file mode 100644 index 00000000000..4dd78b3b196 --- /dev/null +++ b/board/inteno/xg6846/Kconfig @@ -0,0 +1,12 @@ +if BOARD_INTENO_XG6846 + +config SYS_BOARD + default "xg6846" + +config SYS_VENDOR + default "inteno" + +config SYS_CONFIG_NAME + default "inteno_xg6846" + +endif diff --git a/board/inteno/xg6846/MAINTAINERS b/board/inteno/xg6846/MAINTAINERS new file mode 100644 index 00000000000..ca41730940f --- /dev/null +++ b/board/inteno/xg6846/MAINTAINERS @@ -0,0 +1,6 @@ +INTENO XG6846 BOARD +M: Linus Walleij <[email protected]> +S: Maintained +F: board/inteno/xg6846 +F: include/configs/inteno_xg6846.h +F: configs/inteno_xg6846_ram_defconfig |
