mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
25 lines
243 B
Text
25 lines
243 B
Text
|
#include <config.h>
|
||
|
|
||
|
#ifdef CONFIG_ARMADA_32BIT
|
||
|
|
||
|
/ {
|
||
|
soc {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
internal-regs {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart0 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
#ifdef CONFIG_SPL_SPI
|
||
|
&spi0 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
#endif
|
||
|
|
||
|
#endif
|