]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/Makefile
arm: Switch to -mno-unaligned-access when supported by the compiler
[karo-tx-uboot.git] / lib / Makefile
index 8c483c99a3a139d0fcb9362eb22dcaae4c69f5ed..dedb97b0ed8a3bfc6a77fb61449decae7e9ec284 100644 (file)
@@ -65,6 +65,3 @@ obj-y += vsprintf.o
 obj-$(CONFIG_RANDOM_MACADDR) += rand.o
 obj-$(CONFIG_BOOTP_RANDOM_DELAY) += rand.o
 obj-$(CONFIG_CMD_LINK_LOCAL) += rand.o
-
-# SEE README.arm-unaligned-accesses
-CFLAGS_bzlib.o := $(PLATFORM_NO_UNALIGNED)