fix(system): fix melis system error.

This commit is contained in:
kangjun
2024-12-31 11:19:50 +08:00
parent a2ba6d78f2
commit 2c29138fb1
2 changed files with 5 additions and 5 deletions

View File

@@ -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*/