mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
0de68cf3f8
Since commit f2faffecb0
, tegra: Convert to use binman
the dm-pre-reloc properties are removed.
This leads U-Boot not to enable the display on paz00
This patch restore the dm-pre-reloc properties allowing
the bootloader to output to the display panel
v4: - Spell project name as appropriate
v3: - Fix few typos
v2: - Add more characters to commit hash
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
13 lines
150 B
Text
13 lines
150 B
Text
#include <config.h>
|
|
|
|
#include "tegra-u-boot.dtsi"
|
|
|
|
|
|
/ {
|
|
host1x@50000000 {
|
|
u-boot,dm-pre-reloc;
|
|
dc@54200000 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
};
|