Re: [U-Boot] [PATCH 1/6] arm/arm64: Move barrier instructions into separate header

2016-05-07 Thread André Przywara
Hi Tom, On 04/05/16 22:15, Andre Przywara wrote: > Commit bfb33f0bc45b ("sunxi: mctl_mem_matches: Add missing memory > barrier") broke compilation for the Pine64, as dram_helper.c now > includes , which does not compile on arm64. I just realized that the 2016.05 release is due anytime now. Can

[U-Boot] [PATCH 1/6] arm/arm64: Move barrier instructions into separate header

2016-05-04 Thread Andre Przywara
Commit bfb33f0bc45b ("sunxi: mctl_mem_matches: Add missing memory barrier") broke compilation for the Pine64, as dram_helper.c now includes , which does not compile on arm64. Fix this by moving all barrier instructions into a separate header file, which can easily be shared between arm and arm64.