]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Correct typo
authorLothar Waßmann <LW@KARO-electronics.de>
Sun, 4 Mar 2012 11:32:46 +0000 (12:32 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Sun, 4 Mar 2012 11:32:46 +0000 (12:32 +0100)
arch/arm/config.mk

index 45f9dca5d5a2fa3ba84fc58e7eadb56b3ad957ae..10cf0c7bd0ad8ee0165f9da9a9dc3d7b5cbed002 100644 (file)
@@ -36,7 +36,7 @@ PLATFORM_CPPFLAGS += -DCONFIG_ARM -D__ARM__
 # Explicitly specifiy 32-bit ARM ISA since toolchain default can be -mthumb:
 PF_CPPFLAGS_ARM := $(call cc-option,-marm,)
 
-# Try if EABI is supported, else fall back to old API,
+# Try if EABI is supported, else fall back to old ABI,
 # i. e. for example:
 # - with ELDK 4.2 (EABI supported), use:
 #      -mabi=aapcs-linux -mno-thumb-interwork