From: Marek Vasut Date: Sat, 13 May 2017 13:57:52 +0000 (+0200) Subject: ARM: rmobile: salvator-x: Rename the defconfig to match the SoC X-Git-Tag: v2025.01-rc5-pxa1908~6810^2~2 X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=ad663de0530f0edb607cf03d52697992a21d7ed4;p=u-boot.git ARM: rmobile: salvator-x: Rename the defconfig to match the SoC 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 Cc: Hiroyuki Yokoyama Cc: Nobuhiro Iwamatsu --- 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 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