mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
48549cdf0b
With the new device-tree rules it is possible to put device-tree changes needed by U-Boot into their own file. As an example of this approach, move Tegra over to use it. Signed-off-by: Simon Glass <sjg@chromium.org>
8 lines
98 B
Text
8 lines
98 B
Text
/ {
|
|
host1x@50000000 {
|
|
u-boot,dm-pre-reloc;
|
|
dc@54200000 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
};
|