From 0e9b0ad1f229294bad738b6a3abe2f55758109ff Mon Sep 17 00:00:00 2001 From: nakasima Date: Fri, 5 Dec 2008 12:56:40 +0000 Subject: [PATCH] =?UTF-8?q?jtag-only=E3=81=AE=E3=83=93=E3=83=AB=E3=83=89?= =?UTF-8?q?=E3=81=8C=E9=80=9A=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@83 b871894f-2f95-9b40-918c-086798483c85 --- trunk/bootrom/build/bootrom/jtag-only/ARM11/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/bootrom/build/bootrom/jtag-only/ARM11/Makefile b/trunk/bootrom/build/bootrom/jtag-only/ARM11/Makefile index 45711c7..a70bf7a 100644 --- a/trunk/bootrom/build/bootrom/jtag-only/ARM11/Makefile +++ b/trunk/bootrom/build/bootrom/jtag-only/ARM11/Makefile @@ -26,7 +26,7 @@ LINCLUDES = ../include TARGET_BIN = brom11_jtag_only.padbin -CRT0_O = +CRT0_O = crt0_excp.o SRCS = \ crt0.c \