mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-28 22:21:49 +01:00
x86: chromebook_link: Remove dm-pre-reloc property in the cpu nodes
The 206ax cpu driver does not require pre-relocation flag to work. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
a8542ad81f
commit
8407f5fcdc
@ -26,14 +26,12 @@
|
|||||||
cpus {
|
cpus {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
u-boot,dm-pre-reloc;
|
|
||||||
|
|
||||||
cpu@0 {
|
cpu@0 {
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
compatible = "intel,core-gen3";
|
compatible = "intel,core-gen3";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
intel,apic-id = <0>;
|
intel,apic-id = <0>;
|
||||||
u-boot,dm-pre-reloc;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
cpu@1 {
|
cpu@1 {
|
||||||
@ -41,7 +39,6 @@
|
|||||||
compatible = "intel,core-gen3";
|
compatible = "intel,core-gen3";
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
intel,apic-id = <1>;
|
intel,apic-id = <1>;
|
||||||
u-boot,dm-pre-reloc;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
cpu@2 {
|
cpu@2 {
|
||||||
@ -49,7 +46,6 @@
|
|||||||
compatible = "intel,core-gen3";
|
compatible = "intel,core-gen3";
|
||||||
reg = <2>;
|
reg = <2>;
|
||||||
intel,apic-id = <2>;
|
intel,apic-id = <2>;
|
||||||
u-boot,dm-pre-reloc;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
cpu@3 {
|
cpu@3 {
|
||||||
@ -57,7 +53,6 @@
|
|||||||
compatible = "intel,core-gen3";
|
compatible = "intel,core-gen3";
|
||||||
reg = <3>;
|
reg = <3>;
|
||||||
intel,apic-id = <3>;
|
intel,apic-id = <3>;
|
||||||
u-boot,dm-pre-reloc;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user