diff options
| author | Tom Rini <[email protected]> | 2023-01-10 21:13:57 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-01-10 21:13:57 -0500 |
| commit | ee4f86cc042129abf1b16fcfbf4fc705b03375b6 (patch) | |
| tree | ca9cfbbf3da8c77a8728e674b7495e56b8bc813f /board | |
| parent | 92bdaecf39a1c02c49bc940f06f5ac80daf1b2ad (diff) | |
| parent | 367c9e0614e85f1407115054d5cf56c08cc7a9ff (diff) | |
Merge branch '2023-01-10-platform-updates'
- Platform updates for TI, nuvoton pinctrl, starqltechn/sdm845 fixes,
and assorted platform CONFIG_BUILD_TARGET corrections
Diffstat (limited to 'board')
| -rw-r--r-- | board/ti/omap3evm/Kconfig (renamed from board/ti/evm/Kconfig) | 2 | ||||
| -rw-r--r-- | board/ti/omap3evm/MAINTAINERS (renamed from board/ti/evm/MAINTAINERS) | 2 | ||||
| -rw-r--r-- | board/ti/omap3evm/Makefile (renamed from board/ti/evm/Makefile) | 0 | ||||
| -rw-r--r-- | board/ti/omap3evm/evm.c (renamed from board/ti/evm/evm.c) | 0 | ||||
| -rw-r--r-- | board/ti/omap3evm/evm.h (renamed from board/ti/evm/evm.h) | 0 |
5 files changed, 2 insertions, 2 deletions
diff --git a/board/ti/evm/Kconfig b/board/ti/omap3evm/Kconfig index 4f490ddd9d5..08a8aa20ae8 100644 --- a/board/ti/evm/Kconfig +++ b/board/ti/omap3evm/Kconfig @@ -1,7 +1,7 @@ if TARGET_OMAP3_EVM config SYS_BOARD - default "evm" + default "omap3evm" config SYS_VENDOR default "ti" diff --git a/board/ti/evm/MAINTAINERS b/board/ti/omap3evm/MAINTAINERS index cd315c1635b..fb4268b312f 100644 --- a/board/ti/evm/MAINTAINERS +++ b/board/ti/omap3evm/MAINTAINERS @@ -1,6 +1,6 @@ EVM BOARD M: Derald D. Woods <[email protected]> S: Maintained -F: board/ti/evm/ +F: board/ti/omap3evm/ F: include/configs/omap3_evm.h F: configs/omap3_evm_defconfig diff --git a/board/ti/evm/Makefile b/board/ti/omap3evm/Makefile index 17ee516d262..17ee516d262 100644 --- a/board/ti/evm/Makefile +++ b/board/ti/omap3evm/Makefile diff --git a/board/ti/evm/evm.c b/board/ti/omap3evm/evm.c index a7f9a7eca16..a7f9a7eca16 100644 --- a/board/ti/evm/evm.c +++ b/board/ti/omap3evm/evm.c diff --git a/board/ti/evm/evm.h b/board/ti/omap3evm/evm.h index 09b08b490ae..09b08b490ae 100644 --- a/board/ti/evm/evm.h +++ b/board/ti/omap3evm/evm.h |
