emulator/emulatorbsp/inc/nand_plat.h
branchRCL_3
changeset 45 be079f63985a
parent 44 2b9ddd958b2b
equal deleted inserted replaced
44:2b9ddd958b2b 45:be079f63985a
    43 
    43 
    44 /**
    44 /**
    45 The following constants support relocation of the NAND FBR for this platform
    45 The following constants support relocation of the NAND FBR for this platform
    46 KNandFbrSectorOffset is the third of three constants required - it is defined in nand_fbr_offset.h
    46 KNandFbrSectorOffset is the third of three constants required - it is defined in nand_fbr_offset.h
    47 @publishedPartner
    47 @publishedPartner
    48 @deprecated Emulator Deprecated
       
    49 */
    48 */
    50 const TInt KNandMinibootUsed		=	ETrue;
    49 const TInt KNandMinibootUsed		=	ETrue;
    51 const TInt KNandCoreldrRelocatable	=	ETrue;
    50 const TInt KNandCoreldrRelocatable	=	ETrue;
    52 
    51 
    53 #endif
    52 #endif