mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-02 06:17:15 +00:00
Implement reset for highbank platform. Reset is triggered via a wfi instruction, so enabling armv7 for the compiler is necessary. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
1 line
36 B
Makefile
1 line
36 B
Makefile
PLATFORM_CPPFLAGS += -march=armv7-a
|