diff mbox

[U-Boot,22/23] ARM: rmobile: salvator-x: Rename the defconfig to match the SoC

Message ID 20170513135753.8478-22-marek.vasut+renesas@gmail.com
State Accepted
Delegated to: Nobuhiro Iwamatsu
Headers show

Commit Message

Marek Vasut May 13, 2017, 1:57 p.m. UTC
Rename the salvator-x_defconfig to r8a7795_salvator-x_defconfig in
preparation for the r8a7796 support on salvator-x board.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 board/renesas/salvator-x/MAINTAINERS                           | 2 +-
 configs/{salvator-x_defconfig => r8a7795_salvator-x_defconfig} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename configs/{salvator-x_defconfig => r8a7795_salvator-x_defconfig} (100%)

Comments

Nobuhiro Iwamatsu May 13, 2017, 9:43 p.m. UTC | #1
Applied to rmobile branch, thanks!

2017-05-13 22:57 GMT+09:00 Marek Vasut <marek.vasut@gmail.com>:
> Rename the salvator-x_defconfig to r8a7795_salvator-x_defconfig in
> preparation for the r8a7796 support on salvator-x board.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
> Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> ---
>  board/renesas/salvator-x/MAINTAINERS                           | 2 +-
>  configs/{salvator-x_defconfig => r8a7795_salvator-x_defconfig} | 0
>  2 files changed, 1 insertion(+), 1 deletion(-)
>  rename configs/{salvator-x_defconfig => r8a7795_salvator-x_defconfig} (100%)
>
> diff --git a/board/renesas/salvator-x/MAINTAINERS b/board/renesas/salvator-x/MAINTAINERS
> index abd05c88e0..33c105d0cc 100644
> --- a/board/renesas/salvator-x/MAINTAINERS
> +++ b/board/renesas/salvator-x/MAINTAINERS
> @@ -3,4 +3,4 @@ M:      Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
>  S:     Maintained
>  F:     board/renesas/salvator-x/
>  F:     include/configs/salvator-x.h
> -F:     configs/salvator-x_defconfig
> +F:     configs/r8a7795_salvator-x_defconfig
> diff --git a/configs/salvator-x_defconfig b/configs/r8a7795_salvator-x_defconfig
> similarity index 100%
> rename from configs/salvator-x_defconfig
> rename to configs/r8a7795_salvator-x_defconfig
> --
> 2.11.0
>
diff mbox

Patch

diff --git a/board/renesas/salvator-x/MAINTAINERS b/board/renesas/salvator-x/MAINTAINERS
index abd05c88e0..33c105d0cc 100644
--- a/board/renesas/salvator-x/MAINTAINERS
+++ b/board/renesas/salvator-x/MAINTAINERS
@@ -3,4 +3,4 @@  M:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
 S:	Maintained
 F:	board/renesas/salvator-x/
 F:	include/configs/salvator-x.h
-F:	configs/salvator-x_defconfig
+F:	configs/r8a7795_salvator-x_defconfig
diff --git a/configs/salvator-x_defconfig b/configs/r8a7795_salvator-x_defconfig
similarity index 100%
rename from configs/salvator-x_defconfig
rename to configs/r8a7795_salvator-x_defconfig