diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2023-01-11 13:01:04 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2023-01-23 06:46:48 +0300 |
commit | 59e099e877d41b3a3ba79e6be425b73965f1aee9 (patch) | |
tree | a309df8769c27378566678f715181d57508ca991 | |
parent | a7b322d164cffce24b69fa3e49a3ed9eebd01238 (diff) | |
download | linux-59e099e877d41b3a3ba79e6be425b73965f1aee9.tar.xz |
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 <aladyshev22@gmail.com>
Link: https://lore.kernel.org/r/20230111100105.707-1-aladyshev22@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
-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" }; }; |