
27 Jun
2017
27 Jun
'17
1:20 p.m.
Hi,
On 27.6.2017 13:01, Alexander Graf wrote:
I don't think that's going to work - at least not without compiler flag changes. By default, gcc will happily generate unaligned accesses. If you disable dcache, these will trap.
What's that compiler flags we should be using to avoid that?
The reason for this change is to have really small u-boot which fits to OCM without DDR to be able to do initial programming.
Thanks, Michal