From 41301f7d2a69672b951e066b74aa37f16b8903b6 Mon Sep 17 00:00:00 2001 From: arighi Date: Mon, 24 May 2010 10:47:05 +0000 Subject: [PATCH] at91sam7x-ek: use the default build option for the "empty" preset Makefile. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3799 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/at91sam7x-ek/templates/empty/empty_user.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boards/at91sam7x-ek/templates/empty/empty_user.mk b/boards/at91sam7x-ek/templates/empty/empty_user.mk index 97034bb0..4c8ed7ef 100644 --- a/boards/at91sam7x-ek/templates/empty/empty_user.mk +++ b/boards/at91sam7x-ek/templates/empty/empty_user.mk @@ -4,7 +4,7 @@ # # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help -empty_PROGRAMMER_TYPE = jtag-tiny +empty_PROGRAMMER_TYPE = none empty_PROGRAMMER_PORT = none # Files included by the user. @@ -40,5 +40,4 @@ empty_USER_CPPAFLAGS = \ empty_USER_CPPFLAGS = \ -fno-strict-aliasing \ -fwrapv \ - -O2 \ # -- 2.25.1