add(media): add mipi switch and sensor sc202cs. [MIPI_SWITCH][CAMERA_V1.2]
This commit is contained in:
@@ -37,12 +37,12 @@
|
||||
#define VIN_PLL_CSI_RATE (2376UL*1000*1000)
|
||||
|
||||
#ifdef CONFIG_SUPPORT_THREE_CAMERA
|
||||
#define MEMRESERVE 0x421FE000
|
||||
#define MEMRESERVE_SIZE (0xe00000 - 0x3000) //0x2000 reserved for boot0 read flash and write to it
|
||||
#define MEMRESERVE 0x43210000
|
||||
#define MEMRESERVE_SIZE (0x01E00000 - 0x3000) //0x2000 reserved for boot0 read flash and write to it
|
||||
#else
|
||||
// #define MEMRESERVE 0x5f700000
|
||||
#define MEMRESERVE 0x43200000
|
||||
#define MEMRESERVE_SIZE (0xa00000 - 0x2000) //0x2000 reserved for boot0 read flash and write to it
|
||||
#define MEMRESERVE_SIZE (0x1400000 - 0x2000) //0x2000 reserved for boot0 read flash and write to it
|
||||
#endif
|
||||
extern struct rt_memheap isp_mempool;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user