Skip to content

Commit 7c03fc8

Browse files
rizlikdanielinux
authored andcommitted
fsp: tgl: linker script: load stage1 data at 1 mb
1 parent c3e152f commit 7c03fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hal/x86_fsp_tgl_stage1.ld.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FSP_M_ORIGIN = @FSP_M_BASE@;
1010
JMPTO32_ORIGIN = 0xfffffe00;
1111
FIT_TABLE_PTR = 0xffffffc0;
1212
RESETVECTOR_START = 0xffffffec;
13-
DATA_MEM_START = 0x800000; /* 8 MB */
13+
DATA_MEM_START = 0x100000; /* 1Mb */
1414
KEYSTORE_START = 0xffffe000;
1515
MAX_POLICY_SIZE = 512;
1616

0 commit comments

Comments
 (0)