From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Sat, 2 Nov 2019 10:19:02 +0530 Subject: [U-Boot] [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig Message-ID: <20191102044902.8979-1-jagan@amarulasolutions.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de roc-rk3399-pc_defconfig is committed in below commit <8a681f4c5aa15db51ad0209734859c9fe7c29cfd> ("rockchip: rk3399: Add ROC-RK3399-PC support") which doesn't follow the existing defconfigs on rk3399. So, rename as followed with other rk3399 defconfigs. Cc: Levin Du Signed-off-by: Jagan Teki --- board/rockchip/evb_rk3399/MAINTAINERS | 2 +- configs/{roc-rk3399-pc_defconfig => roc-pc-rk3399_defconfig} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename configs/{roc-rk3399-pc_defconfig => roc-pc-rk3399_defconfig} (100%) diff --git a/board/rockchip/evb_rk3399/MAINTAINERS b/board/rockchip/evb_rk3399/MAINTAINERS index f8299d9460..17dfafb743 100644 --- a/board/rockchip/evb_rk3399/MAINTAINERS +++ b/board/rockchip/evb_rk3399/MAINTAINERS @@ -52,7 +52,7 @@ F: arch/arm/dts/rk3399-orangepi-u-boot.dtsi ROC-RK3399-PC M: Levin Du S: Maintained -F: configs/roc-rk3399-pc_defconfig +F: configs/roc-pc-rk3399_defconfig F: arch/arm/dts/rk3399-roc-pc-u-boot.dtsi ROCK-PI-4 diff --git a/configs/roc-rk3399-pc_defconfig b/configs/roc-pc-rk3399_defconfig similarity index 100% rename from configs/roc-rk3399-pc_defconfig rename to configs/roc-pc-rk3399_defconfig -- 2.18.0.321.gffc6fa0e3