From 858aebc0ef112204aa3008630980b6eff21e4a2a Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 1 Mar 2019 01:55:16 +0100 Subject: oxnas: unify MTD partition names Use 'u-boot' and 'u-boot-env' like the majority of OpenWrt targets does... Signed-off-by: Daniel Golle --- .../linux/oxnas/patches-4.14/020-nand-partitions-on-pogoplug-v3.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/oxnas/patches-4.14') diff --git a/target/linux/oxnas/patches-4.14/020-nand-partitions-on-pogoplug-v3.patch b/target/linux/oxnas/patches-4.14/020-nand-partitions-on-pogoplug-v3.patch index a809845bce..1136240882 100644 --- a/target/linux/oxnas/patches-4.14/020-nand-partitions-on-pogoplug-v3.patch +++ b/target/linux/oxnas/patches-4.14/020-nand-partitions-on-pogoplug-v3.patch @@ -12,13 +12,13 @@ }; + partition@40000 { -+ label = "uboot"; ++ label = "u-boot"; + reg = <0x00040000 0x00380000>; + read-only; + }; + + partition@3c0000 { -+ label = "uboot_env"; ++ label = "u-boot-env"; + reg = <0x003c0000 0x00080000>; + }; + -- cgit v1.2.3