diff --git a/make/compile.mk b/make/compile.mk index 73092ac..5b86137 100644 --- a/make/compile.mk +++ b/make/compile.mk @@ -11,7 +11,7 @@ DEBUGGER ?= mips DEFINES := -D$(BOARD) CCFLAGS := -fno-rtti -fno-use-cxa-atexit -fno-threadsafe-statics -CFLAGS := -fno-exceptions -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostartfiles -Os +CFLAGS := -fno-exceptions -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostartfiles CFLAGS_TLB-y := -DSYS_IO_BASE=0xAC000000 -DSDRAM_BASE=0x80000000 -DFLASH_BASE_IO=0xA4000000 -DFLASH_BASE_MEM=0x88000000 CFLAGS_TLB-n := -DSYS_IO_BASE=0xA0000000 -DSDRAM_BASE=0x40000000 -DFLASH_BASE_IO=0xA4000000 -DFLASH_BASE_MEM=0x00000000