* [PATCH v2] ARM: omap3: evm: Name this directory omap3evm
@ 2023-01-06 19:05 Andrew Davis
2023-01-10 4:57 ` Derald Woods
2023-01-11 2:17 ` Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Andrew Davis @ 2023-01-06 19:05 UTC (permalink / raw)
To: Simon Glass, Tom Rini, Derald Woods, u-boot; +Cc: Andrew Davis
Before this was named just evm, which doesn't match the naming
of the other TI board file directory and makes it look like a
common directory for evms. Name this omap3evm.
Signed-off-by: Andrew Davis <afd@ti.com>
---
Changes from v1:
- Call dir omap3evm instead of omap3
arch/arm/mach-omap2/omap3/Kconfig | 2 +-
board/ti/{evm => omap3evm}/Kconfig | 2 +-
board/ti/{evm => omap3evm}/MAINTAINERS | 2 +-
board/ti/{evm => omap3evm}/Makefile | 0
board/ti/{evm => omap3evm}/evm.c | 0
board/ti/{evm => omap3evm}/evm.h | 0
6 files changed, 3 insertions(+), 3 deletions(-)
rename board/ti/{evm => omap3evm}/Kconfig (86%)
rename board/ti/{evm => omap3evm}/MAINTAINERS (85%)
rename board/ti/{evm => omap3evm}/Makefile (100%)
rename board/ti/{evm => omap3evm}/evm.c (100%)
rename board/ti/{evm => omap3evm}/evm.h (100%)
diff --git a/arch/arm/mach-omap2/omap3/Kconfig b/arch/arm/mach-omap2/omap3/Kconfig
index 3e97ec26295..671e4791c67 100644
--- a/arch/arm/mach-omap2/omap3/Kconfig
+++ b/arch/arm/mach-omap2/omap3/Kconfig
@@ -163,7 +163,7 @@ config SYS_SOC
source "board/logicpd/am3517evm/Kconfig"
source "board/ti/beagle/Kconfig"
source "board/timll/devkit8000/Kconfig"
-source "board/ti/evm/Kconfig"
+source "board/ti/omap3evm/Kconfig"
source "board/isee/igep00x0/Kconfig"
source "board/logicpd/omap3som/Kconfig"
source "board/nokia/rx51/Kconfig"
diff --git a/board/ti/evm/Kconfig b/board/ti/omap3evm/Kconfig
similarity index 86%
rename from board/ti/evm/Kconfig
rename to 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
similarity index 85%
rename from board/ti/evm/MAINTAINERS
rename to 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 <woods.technical@gmail.com>
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
similarity index 100%
rename from board/ti/evm/Makefile
rename to board/ti/omap3evm/Makefile
diff --git a/board/ti/evm/evm.c b/board/ti/omap3evm/evm.c
similarity index 100%
rename from board/ti/evm/evm.c
rename to board/ti/omap3evm/evm.c
diff --git a/board/ti/evm/evm.h b/board/ti/omap3evm/evm.h
similarity index 100%
rename from board/ti/evm/evm.h
rename to board/ti/omap3evm/evm.h
--
2.38.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH v2] ARM: omap3: evm: Name this directory omap3evm
2023-01-06 19:05 [PATCH v2] ARM: omap3: evm: Name this directory omap3evm Andrew Davis
@ 2023-01-10 4:57 ` Derald Woods
2023-01-11 2:17 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Derald Woods @ 2023-01-10 4:57 UTC (permalink / raw)
To: Andrew Davis; +Cc: Simon Glass, Tom Rini, u-boot
On Fri, Jan 06, 2023 at 01:05:14PM -0600, Andrew Davis wrote:
> Before this was named just evm, which doesn't match the naming
> of the other TI board file directory and makes it look like a
> common directory for evms. Name this omap3evm.
>
> Signed-off-by: Andrew Davis <afd@ti.com>
> ---
>
> Changes from v1:
> - Call dir omap3evm instead of omap3
>
> arch/arm/mach-omap2/omap3/Kconfig | 2 +-
> board/ti/{evm => omap3evm}/Kconfig | 2 +-
> board/ti/{evm => omap3evm}/MAINTAINERS | 2 +-
> board/ti/{evm => omap3evm}/Makefile | 0
> board/ti/{evm => omap3evm}/evm.c | 0
> board/ti/{evm => omap3evm}/evm.h | 0
> 6 files changed, 3 insertions(+), 3 deletions(-)
> rename board/ti/{evm => omap3evm}/Kconfig (86%)
> rename board/ti/{evm => omap3evm}/MAINTAINERS (85%)
> rename board/ti/{evm => omap3evm}/Makefile (100%)
> rename board/ti/{evm => omap3evm}/evm.c (100%)
> rename board/ti/{evm => omap3evm}/evm.h (100%)
>
> diff --git a/arch/arm/mach-omap2/omap3/Kconfig b/arch/arm/mach-omap2/omap3/Kconfig
> index 3e97ec26295..671e4791c67 100644
> --- a/arch/arm/mach-omap2/omap3/Kconfig
> +++ b/arch/arm/mach-omap2/omap3/Kconfig
> @@ -163,7 +163,7 @@ config SYS_SOC
> source "board/logicpd/am3517evm/Kconfig"
> source "board/ti/beagle/Kconfig"
> source "board/timll/devkit8000/Kconfig"
> -source "board/ti/evm/Kconfig"
> +source "board/ti/omap3evm/Kconfig"
> source "board/isee/igep00x0/Kconfig"
> source "board/logicpd/omap3som/Kconfig"
> source "board/nokia/rx51/Kconfig"
> diff --git a/board/ti/evm/Kconfig b/board/ti/omap3evm/Kconfig
> similarity index 86%
> rename from board/ti/evm/Kconfig
> rename to 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
> similarity index 85%
> rename from board/ti/evm/MAINTAINERS
> rename to 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 <woods.technical@gmail.com>
> 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
> similarity index 100%
> rename from board/ti/evm/Makefile
> rename to board/ti/omap3evm/Makefile
> diff --git a/board/ti/evm/evm.c b/board/ti/omap3evm/evm.c
> similarity index 100%
> rename from board/ti/evm/evm.c
> rename to board/ti/omap3evm/evm.c
> diff --git a/board/ti/evm/evm.h b/board/ti/omap3evm/evm.h
> similarity index 100%
> rename from board/ti/evm/evm.h
> rename to board/ti/omap3evm/evm.h
> --
> 2.38.1
>
Sorry for the late response. It has been a busy New Year for me so far.
The patch looks good to me.
Reviewed-by: Derald Woods <woods.technical@gmail.com>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH v2] ARM: omap3: evm: Name this directory omap3evm
2023-01-06 19:05 [PATCH v2] ARM: omap3: evm: Name this directory omap3evm Andrew Davis
2023-01-10 4:57 ` Derald Woods
@ 2023-01-11 2:17 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2023-01-11 2:17 UTC (permalink / raw)
To: Andrew Davis; +Cc: Simon Glass, Derald Woods, u-boot
[-- Attachment #1: Type: text/plain, Size: 400 bytes --]
On Fri, Jan 06, 2023 at 01:05:14PM -0600, Andrew Davis wrote:
> Before this was named just evm, which doesn't match the naming
> of the other TI board file directory and makes it look like a
> common directory for evms. Name this omap3evm.
>
> Signed-off-by: Andrew Davis <afd@ti.com>
> Reviewed-by: Derald Woods <woods.technical@gmail.com>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-01-11 2:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-06 19:05 [PATCH v2] ARM: omap3: evm: Name this directory omap3evm Andrew Davis
2023-01-10 4:57 ` Derald Woods
2023-01-11 2:17 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox