fix(system): fix melis system error.
This commit is contained in:
parent
a2ba6d78f2
commit
2c29138fb1
|
@ -428,7 +428,7 @@ CONFIG_MODVERSIONS=y
|
|||
# CONFIG_SHOW_FULL_VERSION is not set
|
||||
CONFIG_CROSS_COMPILE="riscv64-unknown-elf-"
|
||||
# CONFIG_INIT_CARD_PRODUCT is not set
|
||||
CONFIG_LOG_DEFAULT_LEVEL=4
|
||||
CONFIG_LOG_DEFAULT_LEVEL=1
|
||||
# CONFIG_CC_STACKPROTECTOR_STRONG is not set
|
||||
# CONFIG_LOG_RELEASE is not set
|
||||
# CONFIG_BOOTUP_TURBO is not set
|
||||
|
@ -437,7 +437,7 @@ CONFIG_LOG_DEFAULT_LEVEL=4
|
|||
CONFIG_DYNAMIC_LOG_LEVEL_SUPPORT=y
|
||||
CONFIG_LOG_LEVEL_STORAGE_NONE=y
|
||||
# CONFIG_LOG_LEVEL_STORAGE_RTC is not set
|
||||
CONFIG_DYNAMIC_LOG_DEFAULT_LEVEL=4
|
||||
CONFIG_DYNAMIC_LOG_DEFAULT_LEVEL=2
|
||||
# CONFIG_FRAME_POINTER is not set
|
||||
CONFIG_FRAME_WARN=8192
|
||||
CONFIG_UART_CLI_USE_NONE=y
|
||||
|
|
|
@ -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*/
|
||||
|
|
Loading…
Reference in New Issue