52 lines
1.3 KiB
Plaintext
52 lines
1.3 KiB
Plaintext
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Ricardo Pardini <ricardo@pardini.net>
|
|
Date: Wed, 16 Aug 2023 09:11:51 +0000
|
|
Subject: rk3568-odroid-m1.dts: remove mtd partitions
|
|
|
|
Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3568-odroid-m1.dts | 27 ----------
|
|
1 file changed, 27 deletions(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-odroid-m1.dts b/arch/arm64/boot/dts/rockchip/rk3568-odroid-m1.dts
|
|
index 59ecf868dbd0..c57147036a55 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3568-odroid-m1.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3568-odroid-m1.dts
|
|
@@ -633,33 +633,6 @@ flash@0 {
|
|
spi-max-frequency = <100000000>;
|
|
spi-rx-bus-width = <2>;
|
|
spi-tx-bus-width = <1>;
|
|
-
|
|
- partitions {
|
|
- compatible = "fixed-partitions";
|
|
- #address-cells = <1>;
|
|
- #size-cells = <1>;
|
|
-
|
|
- partition@0 {
|
|
- label = "SPL";
|
|
- reg = <0x0 0xe0000>;
|
|
- };
|
|
- partition@e0000 {
|
|
- label = "U-Boot Env";
|
|
- reg = <0xe0000 0x20000>;
|
|
- };
|
|
- partition@100000 {
|
|
- label = "U-Boot";
|
|
- reg = <0x100000 0x200000>;
|
|
- };
|
|
- partition@300000 {
|
|
- label = "splash";
|
|
- reg = <0x300000 0x100000>;
|
|
- };
|
|
- partition@400000 {
|
|
- label = "Filesystem";
|
|
- reg = <0x400000 0xc00000>;
|
|
- };
|
|
- };
|
|
};
|
|
};
|
|
|
|
--
|
|
Armbian
|
|
|