emulator/emulatorbsp/inc/nand_plat.h
branchRCL_3
changeset 44 2b9ddd958b2b
parent 0 cec860690d41
child 45 be079f63985a
equal deleted inserted replaced
40:cb9d56c0e2af 44:2b9ddd958b2b
    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
    48 */
    49 */
    49 const TInt KNandMinibootUsed		=	ETrue;
    50 const TInt KNandMinibootUsed		=	ETrue;
    50 const TInt KNandCoreldrRelocatable	=	ETrue;
    51 const TInt KNandCoreldrRelocatable	=	ETrue;
    51 
    52 
    52 #endif
    53 #endif