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

Adrian Schmutzler freifunk at adrianschmutzler.de
Do Apr 2 13:36:13 CEST 2020


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 at 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
-- 
2.20.1



Mehr Informationen über die Mailingliste franken-dev