Pull request #122: am243x: hdsl: Update the linker to define alignment of copy table
Merge in PINDSW/motor_control_sdk from PINDSW-7051_fix_linker_for_freerun to next * commit '0fb9cd68d1a238da6a64dcbaa4c47caea9625b76': am243x: hdsl: Update the linker to define alignment of copy table
This commit is contained in:
commit
6439bb04c8
@ -110,7 +110,8 @@ SECTIONS
|
||||
As this array is typecasted into a structure with 32-bit variables,
|
||||
32b alignment is required
|
||||
*/
|
||||
.rodata.Hiperface_DSL_SYNC2_0_TX_PRU_2:{} align(32) > MSRAM
|
||||
.rodata.Hiperface_DSL_SYNC2_0_TX_PRU_2 : {} align(32) > MSRAM
|
||||
.rodata.Hiperface_DSL2_0_TX_PRU_2 : {} align(32) > MSRAM
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@ -110,7 +110,8 @@ SECTIONS
|
||||
As this array is typecasted into a structure with 32-bit variables,
|
||||
32b alignment is required
|
||||
*/
|
||||
.rodata.Hiperface_DSL_SYNC2_0_TX_PRU_2:{} align(32) > MSRAM
|
||||
.rodata.Hiperface_DSL_SYNC2_0_TX_PRU_2 : {} align(32) > MSRAM
|
||||
.rodata.Hiperface_DSL2_0_TX_PRU_2 : {} align(32) > MSRAM
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@ -110,7 +110,8 @@ SECTIONS
|
||||
As this array is typecasted into a structure with 32-bit variables,
|
||||
32b alignment is required
|
||||
*/
|
||||
.rodata.Hiperface_DSL_SYNC2_0_TX_PRU_2:{} align(32) > MSRAM
|
||||
.rodata.Hiperface_DSL_SYNC2_0_TX_PRU_2 : {} align(32) > MSRAM
|
||||
.rodata.Hiperface_DSL2_0_TX_PRU_2 : {} align(32) > MSRAM
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@ -112,7 +112,8 @@ SECTIONS
|
||||
As this array is typecasted into a structure with 32-bit variables,
|
||||
32b alignment is required
|
||||
*/
|
||||
.rodata.Hiperface_DSL_SYNC2_0_TX_PRU_2:{} align(32) > MSRAM
|
||||
.rodata.Hiperface_DSL_SYNC2_0_TX_PRU_2 : {} align(32) > MSRAM
|
||||
.rodata.Hiperface_DSL2_0_TX_PRU_2 : {} align(32) > MSRAM
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@ -112,7 +112,8 @@ SECTIONS
|
||||
As this array is typecasted into a structure with 32-bit variables,
|
||||
32b alignment is required
|
||||
*/
|
||||
.rodata.Hiperface_DSL_SYNC2_0_TX_PRU_2:{} align(32) > MSRAM
|
||||
.rodata.Hiperface_DSL_SYNC2_0_TX_PRU_2 : {} align(32) > MSRAM
|
||||
.rodata.Hiperface_DSL2_0_TX_PRU_2 : {} align(32) > MSRAM
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@ -112,7 +112,8 @@ SECTIONS
|
||||
As this array is typecasted into a structure with 32-bit variables,
|
||||
32b alignment is required
|
||||
*/
|
||||
.rodata.Hiperface_DSL_SYNC2_0_TX_PRU_2:{} align(32) > MSRAM
|
||||
.rodata.Hiperface_DSL_SYNC2_0_TX_PRU_2 : {} align(32) > MSRAM
|
||||
.rodata.Hiperface_DSL2_0_TX_PRU_2 : {} align(32) > MSRAM
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user