mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
ARM: zynq: Align model name with DT
Use model property to distinguish different configurations. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
134b0c8d6a
commit
a6af30908b
@ -7,6 +7,10 @@
|
|||||||
|
|
||||||
#include "zynq-cse-qspi.dtsi"
|
#include "zynq-cse-qspi.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Zynq CSE QSPI SINGLE Board";
|
||||||
|
};
|
||||||
|
|
||||||
&flash0 {
|
&flash0 {
|
||||||
spi-rx-bus-width = <4>;
|
spi-rx-bus-width = <4>;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user