Part Number: AM4379
Hi experts,
I have a question regarding the handling of .cinit sections when using AM437x.
Q:Is it possible to split the section where the .cinit is placed?
Currently, constants and such that have an initial value of 0 are assigned to the .cinit and DATA_A sections.
/* Section */
.cint > DATA_A
DATA_B as a separate data section, and the image is to divide .cinit by content and place it in multiple sections.
(Perhaps the following description is NG?)
/* Section */
.cint > DATA_A
.cint > DATA_B
If you know of any configuration or description method, I would appreciate it if you could let me know.
Best regards,
O.H