From patchwork Thu Apr 2 11:36:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [v2] bsp: rename mpc85xx target according to common scheme From: Adrian Schmutzler X-Patchwork-Id: 1321 Message-Id: <20200402113613.14937-1-freifunk@adrianschmutzler.de> To: franken-dev@freifunk.net Date: Thu, 2 Apr 2020 13:36:13 +0200 So far, the bsp for the mpc85xx target has been named "wdr4900" since this device was the only one built from it. Since all other files use the target name, though, use the target name for mpc85xx as well. Signed-off-by: Adrian Schmutzler Reviewed-by: Fabian Bläse --- Changes in v2: - Patch 1/2 applied. - Also change machine variable inside bsp file --- bsp/{board_wdr4900.bsp => board_mpc85xx.bsp} | 2 +- bsp/{wdr4900 => mpc85xx}/.config | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bsp/{board_wdr4900.bsp => board_mpc85xx.bsp} (89%) rename bsp/{wdr4900 => mpc85xx}/.config (100%) diff --git a/bsp/board_wdr4900.bsp b/bsp/board_mpc85xx.bsp similarity index 89% rename from bsp/board_wdr4900.bsp rename to bsp/board_mpc85xx.bsp index 8671c26e..79725d5c 100644 --- a/bsp/board_wdr4900.bsp +++ b/bsp/board_mpc85xx.bsp @@ -1,4 +1,4 @@ -machine=wdr4900 +machine=mpc85xx chipset=mpc85xx subtarget=generic diff --git a/bsp/wdr4900/.config b/bsp/mpc85xx/.config similarity index 100% rename from bsp/wdr4900/.config rename to bsp/mpc85xx/.config