From patchwork Wed Apr 1 10:47:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/2] bsp: rename mpc85xx target according to common scheme From: Adrian Schmutzler X-Patchwork-Id: 1319 Message-Id: <20200401104713.1616-2-freifunk@adrianschmutzler.de> To: franken-dev@freifunk.net Date: Wed, 1 Apr 2020 12:47: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 --- bsp/{board_wdr4900.bsp => board_mpc85xx.bsp} | 0 bsp/{wdr4900 => mpc85xx}/.config | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename bsp/{board_wdr4900.bsp => board_mpc85xx.bsp} (100%) rename bsp/{wdr4900 => mpc85xx}/.config (100%) diff --git a/bsp/board_wdr4900.bsp b/bsp/board_mpc85xx.bsp similarity index 100% rename from bsp/board_wdr4900.bsp rename to bsp/board_mpc85xx.bsp diff --git a/bsp/wdr4900/.config b/bsp/mpc85xx/.config similarity index 100% rename from bsp/wdr4900/.config rename to bsp/mpc85xx/.config