diff options
author | Konstantin Aladyshev <[email protected]> | 2023-01-11 13:01:04 +0300 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2023-01-23 14:16:48 +1030 |
commit | 59e099e877d41b3a3ba79e6be425b73965f1aee9 (patch) | |
tree | a309df8769c27378566678f715181d57508ca991 | |
parent | a7b322d164cffce24b69fa3e49a3ed9eebd01238 (diff) |
ARM: dts: aspeed: ethanolx: Add label for the master partition
Add label "bmc" for the flash master partition. The master partition
is required for the firmware update in the OpenBMC ecosystem.
Signed-off-by: Konstantin Aladyshev <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts b/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts index f1f9c3f7e63f..e1f97721ada5 100644 --- a/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts +++ b/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts @@ -59,6 +59,7 @@ flash@0 { status = "okay"; m25p,fast-read; + label = "bmc"; #include "openbmc-flash-layout.dtsi" }; }; |