
14 Oct
2018
14 Oct
'18
10:07 a.m.
To support CONFIG_DISPLAY_CPUINFO, add "u-boot,dm-pre-reloc" for all cpu nodes in Sandbox test.dts.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
---
Changes in v2: - new patch to add "u-boot,dm-pre-reloc" for all cpu nodes in Sandbox
arch/sandbox/dts/test.dts | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 0635b91..c52f5a9 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -350,14 +350,17 @@
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 {
--
2.7.4