kernel/3.10: add default partition name defines to mtdsplit.h
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 21 Sep 2013 17:56:01 +0000 (17:56 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 21 Sep 2013 17:56:01 +0000 (17:56 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38112 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic/files/drivers/mtd/mtdsplit.h

index 48cb44c..7ee88b0 100644 (file)
@@ -13,6 +13,9 @@
 #ifndef _MTDSPLIT_H
 #define _MTDSPLIT_H
 
+#define KERNEL_PART_NAME       "kernel"
+#define ROOTFS_PART_NAME       "rootfs"
+
 #define ROOTFS_SPLIT_NAME      "rootfs_data"
 
 #ifdef CONFIG_MTD_SPLIT