kernel/3.10: add default partition name defines to mtdsplit.h

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 38112
This commit is contained in:
Gabor Juhos 2013-09-21 17:56:01 +00:00
parent 61c39f923b
commit 98db90576c

View 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