Commit 59e099e8 authored by Konstantin Aladyshev's avatar Konstantin Aladyshev Committed by Joel Stanley
Browse files

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: default avatarKonstantin Aladyshev <aladyshev22@gmail.com>
Link: https://lore.kernel.org/r/20230111100105.707-1-aladyshev22@gmail.com


Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent a7b322d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ &fmc {
	flash@0 {
		status = "okay";
		m25p,fast-read;
		label = "bmc";
		#include "openbmc-flash-layout.dtsi"
	};
};