You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
769 B
25 lines
769 B
From 7166207bd1d8c46d09d640d46afc685df9bb9083 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
|
|
Date: Thu, 22 Nov 2018 09:21:49 +0100
|
|
Subject: [PATCH] ARM: dts: BCM5301X: Describe partition formats
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
It's needed by OpenWrt for custom partitioning.
|
|
|
|
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
|
|
---
|
|
arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts
|
|
+++ b/arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts
|
|
@@ -34,6 +34,7 @@
|
|
partition@0 {
|
|
label = "firmware";
|
|
reg = <0x00000000 0x08000000>;
|
|
+ compatible = "seama";
|
|
};
|
|
};
|
|
};
|
|
|