aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBin Meng2018-10-14 03:07:20 -0500
committerSimon Glass2018-11-14 11:16:28 -0600
commit25d0fe743d24719c8df0dea474e2c94159a38884 (patch)
tree9810f4f984fc9172cfed30cb9b7c93e300e8ff63 /arch
parentc337e1afd3bd00622a102b4dda10b109d898281f (diff)
downloadu-boot-25d0fe743d24719c8df0dea474e2c94159a38884.tar.gz
u-boot-25d0fe743d24719c8df0dea474e2c94159a38884.tar.xz
u-boot-25d0fe743d24719c8df0dea474e2c94159a38884.zip
cpu: sandbox: Add "u-boot, dm-pre-reloc" for all cpu nodes
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> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/sandbox/dts/test.dts3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index 6b54115f9b..024aa7c512 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -350,14 +350,17 @@
350 350
351 cpu-test1 { 351 cpu-test1 {
352 compatible = "sandbox,cpu_sandbox"; 352 compatible = "sandbox,cpu_sandbox";
353 u-boot,dm-pre-reloc;
353 }; 354 };
354 355
355 cpu-test2 { 356 cpu-test2 {
356 compatible = "sandbox,cpu_sandbox"; 357 compatible = "sandbox,cpu_sandbox";
358 u-boot,dm-pre-reloc;
357 }; 359 };
358 360
359 cpu-test3 { 361 cpu-test3 {
360 compatible = "sandbox,cpu_sandbox"; 362 compatible = "sandbox,cpu_sandbox";
363 u-boot,dm-pre-reloc;
361 }; 364 };
362 365
363 misc-test { 366 misc-test {