Skip to content
Snippets Groups Projects
Commit 68909e82 authored by Marek Vasut's avatar Marek Vasut
Browse files

arm: socfpga: Make /soc available in pre-reloc


This node must be available before relocation, otherwise the board
will not find mmc and will thus not boot.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
parent 55702fe2
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,10 @@ ...@@ -34,6 +34,10 @@
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
}; };
soc {
u-boot,dm-pre-reloc;
};
}; };
&gmac1 { &gmac1 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment