From 873dd49d996bedd726833e414c667a18929dbb8e Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 2 Apr 2020 13:36:13 +0200 Subject: [PATCH] bsp: rename mpc85xx target according to common scheme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 8671c26..79725d5 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