mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
c8ef618ae1
Move U-Boot specific device tree property u-boot,dm-pre-reloc into U-Boot specific device tree include file armada-38x-controlcenterdc-u-boot.dtsi. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
25 lines
237 B
Text
25 lines
237 B
Text
&gpio0 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&gpio1 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&uart1 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&spi1 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&I2C0 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&PCA22 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
#include "mvebu-u-boot.dtsi"
|