From 8d4458be8ebc421fcf76c38f98e9962231932087 Mon Sep 17 00:00:00 2001 From: yutaka Date: Thu, 13 Dec 2007 08:15:59 +0000 Subject: [PATCH] =?UTF-8?q?TwlSDK=20r3013-=20=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@360 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/nandfirm/menu-launcher/ARM7/Makefile | 2 -- build/nandfirm/menu-launcher2/ARM7/Makefile | 6 ++---- build/nandfirm/sdmc-launcher/ARM7/Makefile | 2 -- 3 files changed, 2 insertions(+), 8 deletions(-) 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' #----------------------------------------------------------------------------