summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-wolfpass/recipes-kernel/linux/linux-aspeed/0005-128MB-flashmap-for-PFR.patch
blob: 03b4f4da4525ab9735c93b3f1305babd2a1518c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From ddfbe1364c6ecf77f06990e6550dfe5a3791e6bf Mon Sep 17 00:00:00 2001
From: Vikram Bodireddy <vikram.bodireddy@intel.com>
Date: Wed, 6 Feb 2019 15:59:34 +0530
Subject: [PATCH] Selecting 128MB for PFR

PFR platforms requires 128MB flash mapping.
This will override the existing 64MB flash map
and loads 128MB flash map.

Signed-off-by: Vikram Bodireddy <vikram.bodireddy@intel.com>
---
 arch/arm/boot/dts/aspeed-bmc-intel-purley.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-intel-purley.dts b/arch/arm/boot/dts/aspeed-bmc-intel-purley.dts
index 8aba46cdce46..6959a06d04e2 100644
--- a/arch/arm/boot/dts/aspeed-bmc-intel-purley.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-intel-purley.dts
@@ -90,7 +90,7 @@
 	flash@0 {
 		status = "okay";
 		m25p,fast-read;
-#include "openbmc-flash-layout-intel-64MB.dtsi"
+#include "openbmc-flash-layout-intel-128MB.dtsi"
 	};
 };
 
-- 
2.7.4