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:
parent
61c39f923b
commit
98db90576c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue