diff --git a/build/nandfirm/menu-launcher/ARM7/Makefile b/build/nandfirm/menu-launcher/ARM7/Makefile index dd99ff58..0bab582d 100644 --- a/build/nandfirm/menu-launcher/ARM7/Makefile +++ b/build/nandfirm/menu-launcher/ARM7/Makefile @@ -39,8 +39,6 @@ ADDRESS_STATIC = 0x037b8000 include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs -LLIBRARIES += libaes_sp$(TWL_LIBSUFFIX).a - MAKELCF_FLAGS += -DADDRESS_LTDWRAM='0x037c0000' #---------------------------------------------------------------------------- diff --git a/build/nandfirm/menu-launcher2/ARM7/Makefile b/build/nandfirm/menu-launcher2/ARM7/Makefile index ad1b44c4..f662cc89 100644 --- a/build/nandfirm/menu-launcher2/ARM7/Makefile +++ b/build/nandfirm/menu-launcher2/ARM7/Makefile @@ -12,8 +12,8 @@ # in whole or in part, without the prior written consent of Nintendo. # # $Date:: $ -# $Rev:$ -# $Author:$ +# $Rev$ +# $Author$ #---------------------------------------------------------------------------- TWL_PROC = ARM7 @@ -37,8 +37,6 @@ CRT0_O = crt0_firm.o include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs -LLIBRARIES += libaes_sp$(TWL_LIBSUFFIX).a - MAKELCF_FLAGS += -DADDRESS_LTDWRAM='0x037c0000' #---------------------------------------------------------------------------- diff --git a/build/nandfirm/sdmc-launcher/ARM7/Makefile b/build/nandfirm/sdmc-launcher/ARM7/Makefile index e087303c..2c85da75 100644 --- a/build/nandfirm/sdmc-launcher/ARM7/Makefile +++ b/build/nandfirm/sdmc-launcher/ARM7/Makefile @@ -37,8 +37,6 @@ CRT0_O = crt0_firm.o include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs -LLIBRARIES += libaes_sp$(TWL_LIBSUFFIX).a - MAKELCF_FLAGS += -DADDRESS_LTDWRAM='0x037c0000' #----------------------------------------------------------------------------