change config for fs
This commit is contained in:
parent
195172e655
commit
b75c5f3cca
|
@ -57,18 +57,18 @@
|
||||||
#define STORAGE_SIZE 0xa00000
|
#define STORAGE_SIZE 0xa00000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
#ifdef LOSCFG_STORAGE_EMMC
|
#ifdef LOSCFG_STORAGE_EMMC
|
||||||
#include "ff.h"
|
#include "ff.h"
|
||||||
#define STORAGE_SIZE 0x3200000
|
#define STORAGE_SIZE 0x3200000
|
||||||
STATIC los_disk *g_emmcDisk = NULL;
|
STATIC los_disk *g_emmcDisk = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
#if __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#ifndef LOSCFG_SECURITY_BOOT
|
#ifndef LOSCFG_SECURITY_BOOT
|
||||||
STATIC INT32 g_alignSize = 0;
|
STATIC INT32 g_alignSize = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue