ramips: fix Olimex models, images and profiles names
Official names for RT5350F based OLinuXino products are "RT5350F-OLinuXino{,-EVB}" as on official manufacturer website.
The following patch:
* changes board names from "olinuxino-rt5350f{,-evb}" to "rt5350f-olinuxino{,-evb}"
* changes filenames of dts and profile files
* changes image filenames
for Olimex RT5350F-OLinuXino{,-EVB} devices.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
SVN-Revision: 46623
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
/include/ "rt5350.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "RT5350F-OLINUXINO", "ralink,rt5350-soc";
|
||||
model = "RT5350F-OLINUXINO";
|
||||
compatible = "RT5350F-OLINUXINO-EVB", "ralink,rt5350-soc";
|
||||
model = "Olimex RT5350F-OLinuXino-EVB";
|
||||
|
||||
palmbus@10000000 {
|
||||
spi@b00 {
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "RT5350F-OLINUXINO", "ralink,rt5350-soc";
|
||||
model = "RT5350F-OLINUXINO";
|
||||
model = "Olimex RT5350F-OLinuXino";
|
||||
|
||||
palmbus@10000000 {
|
||||
spi@b00 {
|
||||
Reference in New Issue
Block a user