arm-defaults: fix panda default tune

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2013-10-13 12:39:20 +02:00
parent c4269d5102
commit bbd660ae69

View File

@@ -1,6 +1,9 @@
# Cortex-A8 machines:
DEFAULTTUNE_beagleboard = "cortexa8hf-neon"
DEFAULTTUNE_beaglebone = "cortexa8hf-neon"
DEFAULTTUNE_pandaboard = "cortexa8hf-neon"
DEFAULTTUNE_overo = "cortexa8hf-neon"
# Cortex-A9 machines:
DEFAULTTUNE_pandaboard = "cortexa9hf-neon"