projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c337e1a
)
cpu: sandbox: Add "u-boot, dm-pre-reloc" for all cpu nodes
author
Bin Meng
<bmeng.cn@gmail.com>
Sun, 14 Oct 2018 08:07:20 +0000
(
01:07
-0700)
committer
Simon Glass
<sjg@chromium.org>
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 <bmeng.cn@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/sandbox/dts/test.dts
patch
|
blob
|
history
diff --git
a/arch/sandbox/dts/test.dts
b/arch/sandbox/dts/test.dts
index 6b54115f9b28025d799b0b4c69e05d78c0fc4b90..024aa7c51220bb96f72b7a8858149c3dec728bce 100644
(file)
--- 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 {