mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
3586cb8227
Using memcpy() for some MMIO access is generally frowned upon and might break things on some platforms. Allwinner H3, which fails to boot, being an example here. Moreover, fields being accessed are naturally aligned and warnings produced by GCC have been quiesced for some time already by: |
||
---|---|---|
.. | ||
fel_utils.S | ||
Makefile | ||
psci.c | ||
start.c | ||
timer.c | ||
tzpc.c | ||
u-boot-spl.lds |