summaryrefslogtreecommitdiff
path: root/mkconfig
diff options
context:
space:
mode:
authorStefano Babic <[email protected]>2014-01-26 12:11:54 +0100
committerStefano Babic <[email protected]>2014-01-26 12:11:54 +0100
commit707acd01ded3c60a4e277f7c5432d397897b4dfd (patch)
tree5730e1e1f0bac6c1aeddc261cb412fc3d5f220fd /mkconfig
parentbe2a3bb39adf1fdd274fc427e30ef62eb86441a1 (diff)
parentc71b4dd2da0dcddabd7c29e6c3dc8a495d4bd928 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'mkconfig')
-rwxr-xr-xmkconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/mkconfig b/mkconfig
index 40db9910081..b96c81fbc2b 100755
--- a/mkconfig
+++ b/mkconfig
@@ -85,6 +85,13 @@ if [ "${ARCH}" -a "${ARCH}" != "${arch}" ]; then
exit 1
fi
+#
+# Test above needed aarch64, now we need arm
+#
+if [ "${arch}" = "aarch64" ]; then
+ arch="arm"
+fi
+
if [ "$options" ] ; then
echo "Configuring for ${BOARD_NAME} - Board: ${CONFIG_NAME}, Options: ${options}"
else