]> Git Repo - u-boot.git/commitdiff
cpu: sandbox: Add "u-boot, dm-pre-reloc" for all cpu nodes
authorBin Meng <[email protected]>
Sun, 14 Oct 2018 08:07:20 +0000 (01:07 -0700)
committerSimon Glass <[email protected]>
Wed, 14 Nov 2018 17:16:28 +0000 (09:16 -0800)
To support CONFIG_DISPLAY_CPUINFO, add "u-boot,dm-pre-reloc" for
all cpu nodes in Sandbox test.dts.

Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
arch/sandbox/dts/test.dts

index 6b54115f9b28025d799b0b4c69e05d78c0fc4b90..024aa7c51220bb96f72b7a8858149c3dec728bce 100644 (file)
 
        cpu-test1 {
                compatible = "sandbox,cpu_sandbox";
+               u-boot,dm-pre-reloc;
        };
 
        cpu-test2 {
                compatible = "sandbox,cpu_sandbox";
+               u-boot,dm-pre-reloc;
        };
 
        cpu-test3 {
                compatible = "sandbox,cpu_sandbox";
+               u-boot,dm-pre-reloc;
        };
 
        misc-test {
This page took 0.037853 seconds and 4 git commands to generate.