mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
0c34e69f57
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
|