fix(system): fix melis system error.
This commit is contained in:
@@ -123,9 +123,9 @@ struct hw_isp_paras {
|
||||
/* kener user write it to sector, boot0 read it and write to ddr */
|
||||
|
||||
#ifdef CONFIG_SUPPORT_THREE_CAMERA
|
||||
#define VIN_SENSOR0_RESERVE_ADDR (0x42FFB000) /*104~110 sector, size is 4k - 512b, boot0 read it and write to 0x43BFE000*/
|
||||
#define VIN_SENSOR1_RESERVE_ADDR (0x42FFC000) /*112~118 sector, size is 4k - 512b, boot0 read it and write to 0x43BFF000*/
|
||||
#define VIN_SENSOR2_RESERVE_ADDR (0x42FFD000) /*112~118 sector, size is 4k - 512b, boot0 read it and write to 0x43BFF000*/
|
||||
#define VIN_SENSOR0_RESERVE_ADDR (0x4500D000) /*104~110 sector, size is 4k - 512b, boot0 read it and write to 0x43BFE000*/
|
||||
#define VIN_SENSOR1_RESERVE_ADDR (0x4500E000) /*112~118 sector, size is 4k - 512b, boot0 read it and write to 0x43BFF000*/
|
||||
#define VIN_SENSOR2_RESERVE_ADDR (0x4500F000) /*112~118 sector, size is 4k - 512b, boot0 read it and write to 0x43BFF000*/
|
||||
#else
|
||||
#define VIN_SENSOR0_RESERVE_ADDR (0x43BFE000) /*104~110 sector, size is 4k - 512b, boot0 read it and write to 0x43BFE000*/
|
||||
#define VIN_SENSOR1_RESERVE_ADDR (0x43BFF000) /*112~118 sector, size is 4k - 512b, boot0 read it and write to 0x43BFF000*/
|
||||
|
||||
Reference in New Issue
Block a user