@@ -1310,7 +1310,7 @@ endif ()
1310
1310
file (APPEND ${TARGET_CONF_TEMP}
1311
1311
"#define L1_DATA_SIZE\t 32768\n "
1312
1312
"#define L1_DATA_LINESIZE\t 64\n "
1313
- "#define L2_SIZE\t 262144 \n "
1313
+ "#define L2_SIZE\t 1048576 \n "
1314
1314
"#define L2_LINESIZE\t 64\n "
1315
1315
"#define DTB_DEFAULT_ENTRIES\t 64\n "
1316
1316
"#define DTB_SIZE\t 4096\n "
@@ -1429,7 +1429,7 @@ endif ()
1429
1429
file (APPEND ${TARGET_CONF_TEMP}
1430
1430
"#define L1_DATA_SIZE 65536\n "
1431
1431
"#define L1_LINESIZE 32 \n "
1432
- "#define L2_SIZE 262144 \n "
1432
+ "#define L2_SIZE 2097152 \n "
1433
1433
"#define L2_LINESIZE 32 \n "
1434
1434
"#define DTB_DEFAULT_ENTRIES 128\n "
1435
1435
"#define DTB_SIZE 4096\n "
@@ -1465,7 +1465,7 @@ endif ()
1465
1465
file (APPEND ${TARGET_CONF_TEMP}
1466
1466
"#define L1_DATA_SIZE 65536\n "
1467
1467
"#define L1_DATA_LINESIZE 32\n "
1468
- "#define L2_SIZE 262144 \n "
1468
+ "#define L2_SIZE 2097152 \n "
1469
1469
"#define L2_LINESIZE 32 \n "
1470
1470
"#define DTB_DEFAULT_ENTRIES 128\n "
1471
1471
"#define DTB_SIZE 4096\n "
0 commit comments