diff options
author | manu <manu@FreeBSD.org> | 2016-08-16 09:12:45 +0000 |
---|---|---|
committer | manu <manu@FreeBSD.org> | 2016-08-16 09:12:45 +0000 |
commit | b0d2af6c14c8e0ac7e1260bd012608942845a274 (patch) | |
tree | d524a365d7324582f1561852ccb00eed8ecdfac0 | |
parent | e455e8d0cb10a2ed9d326e1d33da0b6dc3a396a7 (diff) | |
download | FreeBSD-src-b0d2af6c14c8e0ac7e1260bd012608942845a274.zip FreeBSD-src-b0d2af6c14c8e0ac7e1260bd012608942845a274.tar.gz |
MFC r303974:
ename pcduino3b.dts to pcduino3.dts
The only difference between 3 and 3B is the size of the RJ45 port.
And now we have a uboot port that expect pcduino3.dts to be present.
Reported by: imp
-rw-r--r-- | sys/boot/fdt/dts/arm/pcduino3.dts (renamed from sys/boot/fdt/dts/arm/pcduino3b.dts) | 0 | ||||
-rw-r--r-- | sys/modules/dtb/allwinner/Makefile | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/fdt/dts/arm/pcduino3b.dts b/sys/boot/fdt/dts/arm/pcduino3.dts index 9072baa..9072baa 100644 --- a/sys/boot/fdt/dts/arm/pcduino3b.dts +++ b/sys/boot/fdt/dts/arm/pcduino3.dts diff --git a/sys/modules/dtb/allwinner/Makefile b/sys/modules/dtb/allwinner/Makefile index 9dd0799..541e8c0 100644 --- a/sys/modules/dtb/allwinner/Makefile +++ b/sys/modules/dtb/allwinner/Makefile @@ -7,7 +7,7 @@ DTS= \ cubieboard2.dts \ olimex-a20-som-evb.dts \ olinuxino-lime.dts \ - pcduino3b.dts \ + pcduino3.dts \ sinovoip-bpi-m3.dts .include <bsd.dtb.mk> |