CHG: lf em - refactored @marshmellow42 's em paritycheck.

ADD: `bootrom/Makefile` got some options.  It shouldnt change anything.
This commit is contained in:
iceman1001 2017-02-19 23:24:19 +01:00
commit 9932c55a4a
2 changed files with 61 additions and 31 deletions

View file

@ -21,7 +21,7 @@ ASMSRC = ram-reset.s flash-reset.s
# THUMBSRC :=
# stdint.h provided locally until GCC 4.5 becomes C99 compliant
APP_CFLAGS = -I.
APP_CFLAGS = -I. -fno-strict-aliasing -ffunction-sections -fdata-sections
# Do not move this inclusion before the definition of {THUMB,ASM,ARM}SRC
include ../common/Makefile.common