diff options
author | Bin Meng | 2018-10-14 01:07:20 -0700 |
---|---|---|
committer | Simon Glass | 2018-11-14 09:16:28 -0800 |
commit | 25d0fe743d24719c8df0dea474e2c94159a38884 (patch) | |
tree | 9810f4f984fc9172cfed30cb9b7c93e300e8ff63 /arch/sandbox | |
parent | c337e1afd3bd00622a102b4dda10b109d898281f (diff) |
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/sandbox')
-rw-r--r-- | arch/sandbox/dts/test.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 6b54115f9b2..024aa7c5122 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 { |