blob: e88820a764fef8b3b1074400baeaf46043c8d9f1 [file] [log] [blame]
/*
* drivers/mtd/nand/zftl_barrier.c
*
* Copyright (C) 2002 Thomas Gleixner (tglx@linutronix.de)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
*/
#include <linux/mtd/partition_guard.h>
/*
***************************************************************************************
* zftl used partition for phone
***************************************************************************************
*/
//const unsigned char *zftl_partition_name[] = {{"nvfac"},{"nvro"},{"nvrw"},{"nvrwo"},{"fotaflag"},{"sms"},{0}};
#ifdef CONFIG_ZX297520V3_MDL_AB
const unsigned char *read_only_partition_name[] = {{"zloader"},{"uboot"},{"uboot2"},{"flags"},{0}};
#else
const unsigned char *read_only_partition_name[] = {{"zloader"}, {"uboot"},{0}};
#endif