diff mbox series

[U-Boot,07/13] x86: chromebook_link: Remove dm-pre-reloc property in the cpu nodes

Message ID 1528077866-2850-8-git-send-email-bmeng.cn@gmail.com
State Accepted
Commit 8407f5fcdc7335529e4edca20b7674cb75e5182b
Delegated to: Bin Meng
Headers show
Series x86: ivybridge: cougarcanyon2: Various enhancements | expand

Commit Message

Bin Meng June 4, 2018, 2:04 a.m. UTC
The 206ax cpu driver does not require pre-relocation flag to work.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 arch/x86/dts/chromebook_link.dts | 5 -----
 1 file changed, 5 deletions(-)

Comments

Simon Glass June 7, 2018, 8:33 p.m. UTC | #1
On 3 June 2018 at 18:04, Bin Meng <bmeng.cn@gmail.com> wrote:
> The 206ax cpu driver does not require pre-relocation flag to work.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>  arch/x86/dts/chromebook_link.dts | 5 -----
>  1 file changed, 5 deletions(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
Bin Meng June 12, 2018, 1:54 a.m. UTC | #2
On Fri, Jun 8, 2018 at 4:33 AM, Simon Glass <sjg@chromium.org> wrote:
> On 3 June 2018 at 18:04, Bin Meng <bmeng.cn@gmail.com> wrote:
>> The 206ax cpu driver does not require pre-relocation flag to work.
>>
>> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>> ---
>>
>>  arch/x86/dts/chromebook_link.dts | 5 -----
>>  1 file changed, 5 deletions(-)
>>
>
> Reviewed-by: Simon Glass <sjg@chromium.org>

applied to u-boot-x86, thanks!
diff mbox series

Patch

diff --git a/arch/x86/dts/chromebook_link.dts b/arch/x86/dts/chromebook_link.dts
index fab919a..26b9f85 100644
--- a/arch/x86/dts/chromebook_link.dts
+++ b/arch/x86/dts/chromebook_link.dts
@@ -26,14 +26,12 @@ 
 	cpus {
 		#address-cells = <1>;
 		#size-cells = <0>;
-		u-boot,dm-pre-reloc;
 
 		cpu@0 {
 			device_type = "cpu";
 			compatible = "intel,core-gen3";
 			reg = <0>;
 			intel,apic-id = <0>;
-			u-boot,dm-pre-reloc;
 		};
 
 		cpu@1 {
@@ -41,7 +39,6 @@ 
 			compatible = "intel,core-gen3";
 			reg = <1>;
 			intel,apic-id = <1>;
-			u-boot,dm-pre-reloc;
 		};
 
 		cpu@2 {
@@ -49,7 +46,6 @@ 
 			compatible = "intel,core-gen3";
 			reg = <2>;
 			intel,apic-id = <2>;
-			u-boot,dm-pre-reloc;
 		};
 
 		cpu@3 {
@@ -57,7 +53,6 @@ 
 			compatible = "intel,core-gen3";
 			reg = <3>;
 			intel,apic-id = <3>;
-			u-boot,dm-pre-reloc;
 		};
 
 	};