summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-08-21 12:54:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-08-22 10:30:52 +0200
commit931e6318b7f953244e9b3be9adb8746d9d5ce214 (patch)
treec87cfe9b933014521a5a4ce2dea18ffee16184b1 /platforms
parentfbe849134ff7a8b21e65d66def273827b208b326 (diff)
downloadptxdist-931e6318b7f953244e9b3be9adb8746d9d5ce214.tar.gz
ptxdist-931e6318b7f953244e9b3be9adb8746d9d5ce214.tar.xz
barebox: set architecture for arm64
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/barebox.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/barebox.in b/platforms/barebox.in
index 3fa82bc61..a9270bb54 100644
--- a/platforms/barebox.in
+++ b/platforms/barebox.in
@@ -2,7 +2,7 @@
config BAREBOX_ARCH_STRING
string
- default "arm" if ARCH_ARM
+ default "arm" if ARCH_ARM || ARCH_ARM64
default "blackfin" if ARCH_BLACKFIN
default "ppc" if ARCH_PPC
default "x86" if ARCH_X86