[v2] bsp: rename mpc85xx target according to common scheme

Submitted by Adrian Schmutzler on April 2, 2020, 11:36 a.m.

Details

Message ID 20200402113613.14937-1-freifunk@adrianschmutzler.de
State Accepted
Headers show

Commit Message

Adrian Schmutzler April 2, 2020, 11:36 a.m.
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 <freifunk@adrianschmutzler.de>

---

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%)

Patch hide | download patch | download mbox

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

Comments

Fabian Blaese April 2, 2020, 12:58 p.m.
Reviewed-by: Fabian Bläse <fabian@blaese.de>

On 02.04.20 13:36, Adrian Schmutzler wrote:
> 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 <freifunk@adrianschmutzler.de>
> 
> ---
> 
> 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
>
Adrian Schmutzler April 15, 2020, 2:01 p.m.
Applied.