Skip to content

Commit c4757e5

Browse files
Bub Weieasonxiang
authored andcommitted
soc: Increase TE_MEM size for uwp5662
Increase TE_MEM size from 0xf000 to 0x1f400. Signed-off-by: Bub Wei <bub.wei@unisoc.com>
1 parent 8969fbe commit c4757e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/load_fw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LOG_MODULE_DECLARE(LOG_MODULE_NAME);
2727
#define CONFIG_CP_SECTOR4_LOAD_BASE 0x40f40000
2828
#define CONFIG_CP_SECTOR1_LEN 0x2b000
2929
#define CONFIG_CP_SECTOR2_LEN 0x2c000
30-
#define CONFIG_CP_SECTOR3_LEN 0x0f000
30+
#define CONFIG_CP_SECTOR3_LEN 0x1f400
3131
#define CONFIG_CP_SECTOR4_LEN 0x3D000
3232
#endif
3333

0 commit comments

Comments
 (0)