From b5e879e8371a306d6ceea81ac4a1146b532682f3 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sat, 7 Jan 2012 17:14:40 +0000 Subject: TARGET_TREE is not needed anymore spotted by jhMikeS git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31597 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/android.h | 1 - firmware/export/config/cowond2.h | 1 - firmware/export/config/creativezv.h | 1 - firmware/export/config/gigabeatfx.h | 1 - firmware/export/config/gigabeats.h | 2 -- firmware/export/config/gogearhdd1630.h | 2 -- firmware/export/config/gogearhdd6330.h | 2 -- firmware/export/config/gogearsa9200.h | 1 - firmware/export/config/hifimanhm60x.h | 1 - firmware/export/config/hifimanhm801.h | 1 - firmware/export/config/iaudio7.h | 1 - firmware/export/config/iaudiom3.h | 1 - firmware/export/config/iaudiom5.h | 1 - firmware/export/config/iaudiox5.h | 1 - firmware/export/config/ipod1g2g.h | 1 - firmware/export/config/ipod3g.h | 2 -- firmware/export/config/ipod4g.h | 1 - firmware/export/config/ipod6g.h | 1 - firmware/export/config/ipodcolor.h | 1 - firmware/export/config/ipodmini1g.h | 1 - firmware/export/config/ipodmini2g.h | 1 - firmware/export/config/ipodnano1g.h | 1 - firmware/export/config/ipodnano2g.h | 1 - firmware/export/config/ipodvideo.h | 1 - firmware/export/config/iriverh10.h | 2 -- firmware/export/config/iriverh100.h | 2 -- firmware/export/config/iriverh10_5gb.h | 2 -- firmware/export/config/iriverh120.h | 1 - firmware/export/config/iriverh300.h | 1 - firmware/export/config/iriverifp7xx.h | 1 - firmware/export/config/logikdax.h | 1 - firmware/export/config/lyreproto1.h | 1 - firmware/export/config/meizum3.h | 1 - firmware/export/config/meizum6sl.h | 1 - firmware/export/config/meizum6sp.h | 1 - firmware/export/config/mini2440.h | 1 - firmware/export/config/mpiohd200.h | 1 - firmware/export/config/mpiohd300.h | 1 - firmware/export/config/mrobe100.h | 2 -- firmware/export/config/mrobe500.h | 1 - firmware/export/config/nokian8xx.h | 1 - firmware/export/config/nokian900.h | 1 - firmware/export/config/ondavx747.h | 2 -- firmware/export/config/ondavx767.h | 1 - firmware/export/config/ondavx777.h | 2 -- firmware/export/config/pandora.h | 1 - firmware/export/config/rk27generic.h | 1 - firmware/export/config/samsungyh820.h | 2 -- firmware/export/config/samsungyh920.h | 2 -- firmware/export/config/samsungyh925.h | 2 -- firmware/export/config/samsungypr0.h | 2 -- firmware/export/config/samsungyps3.h | 2 -- firmware/export/config/sansac100.h | 1 - firmware/export/config/sansac200.h | 1 - firmware/export/config/sansac200v2.h | 1 - firmware/export/config/sansaclip.h | 1 - firmware/export/config/sansaclipplus.h | 1 - firmware/export/config/sansaclipv2.h | 1 - firmware/export/config/sansaclipzip.h | 1 - firmware/export/config/sansaconnect.h | 1 - firmware/export/config/sansae200.h | 1 - firmware/export/config/sansae200v2.h | 1 - firmware/export/config/sansafuze.h | 1 - firmware/export/config/sansafuzeplus.h | 1 - firmware/export/config/sansafuzev2.h | 1 - firmware/export/config/sansam200.h | 1 - firmware/export/config/sansam200v4.h | 1 - firmware/export/config/sansaview.h | 1 - firmware/export/config/sdlapp.h | 1 - firmware/export/config/tatungtpj1022.h | 2 -- firmware/export/config/vibe500.h | 1 - firmware/export/config/zenvisionm30gb.h | 1 - firmware/export/config/zenvisionm60gb.h | 1 - firmware/export/lcd-remote.h | 2 +- 74 files changed, 1 insertion(+), 90 deletions(-) diff --git a/firmware/export/config/android.h b/firmware/export/config/android.h index 6261a80b06..c5ef372880 100644 --- a/firmware/export/config/android.h +++ b/firmware/export/config/android.h @@ -1,7 +1,6 @@ /* * This config file is for Rockbox as an application on Android */ -#define TARGET_TREE /* this target is using the target tree system */ /* We don't run on hardware directly */ #define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_ANDROID) diff --git a/firmware/export/config/cowond2.h b/firmware/export/config/cowond2.h index 03fbb4fbb8..ea7b5e43da 100644 --- a/firmware/export/config/cowond2.h +++ b/firmware/export/config/cowond2.h @@ -1,7 +1,6 @@ /* * This config file is for the Cowon D2 */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 24 diff --git a/firmware/export/config/creativezv.h b/firmware/export/config/creativezv.h index 568144b698..12d02358ab 100644 --- a/firmware/export/config/creativezv.h +++ b/firmware/export/config/creativezv.h @@ -22,7 +22,6 @@ /* * This config file is for the Creative Zen Vision */ -#define TARGET_TREE /* this target is using the target tree system */ #define CONFIG_SDRAM_START 0x00900000 diff --git a/firmware/export/config/gigabeatfx.h b/firmware/export/config/gigabeatfx.h index fbaa4a0f31..f07169896b 100644 --- a/firmware/export/config/gigabeatfx.h +++ b/firmware/export/config/gigabeatfx.h @@ -1,7 +1,6 @@ /* * This config file is for toshiba Gigabeat F */ -#define TARGET_TREE /* this target is using the target tree system */ #define TOSHIBA_GIGABEAT_F 1 diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h index f7fdc449c4..0bcf2b1310 100644 --- a/firmware/export/config/gigabeats.h +++ b/firmware/export/config/gigabeats.h @@ -2,8 +2,6 @@ * This config file is for toshiba Gigabeat S */ -#define TARGET_TREE /* this target is using the target tree system */ - #define TOSHIBA_GIGABEAT_S 1 #define MODEL_NAME "Toshiba Gigabeat S" diff --git a/firmware/export/config/gogearhdd1630.h b/firmware/export/config/gogearhdd1630.h index 05f1a472a6..6854c9ad3f 100644 --- a/firmware/export/config/gogearhdd1630.h +++ b/firmware/export/config/gogearhdd1630.h @@ -2,8 +2,6 @@ * This config file is for the Philips GoGear HDD16x0/HDD18x0 */ -#define TARGET_TREE /* this target is using the target tree system */ - /* For Rolo and boot loader */ #define MODEL_NUMBER 31 #define MODEL_NAME "Philips GoGear HDD16x0" diff --git a/firmware/export/config/gogearhdd6330.h b/firmware/export/config/gogearhdd6330.h index b8ee918da1..a919ad09db 100644 --- a/firmware/export/config/gogearhdd6330.h +++ b/firmware/export/config/gogearhdd6330.h @@ -2,8 +2,6 @@ * This config file is for the Philips GoGear HDD63x0 */ -#define TARGET_TREE /* this target is using the target tree system */ - /* For Rolo and boot loader */ #define MODEL_NUMBER 65 #define MODEL_NAME "Philips GoGear HDD63x0" diff --git a/firmware/export/config/gogearsa9200.h b/firmware/export/config/gogearsa9200.h index e29c8dcddc..afb4b55896 100644 --- a/firmware/export/config/gogearsa9200.h +++ b/firmware/export/config/gogearsa9200.h @@ -1,7 +1,6 @@ /* * This config file is for the Philips GoGear SA9200 */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 34 diff --git a/firmware/export/config/hifimanhm60x.h b/firmware/export/config/hifimanhm60x.h index bdc6124833..2fdea5ec17 100644 --- a/firmware/export/config/hifimanhm60x.h +++ b/firmware/export/config/hifimanhm60x.h @@ -1,7 +1,6 @@ /* * This config file is for HiFiMAN HM-60x reference design */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 79 diff --git a/firmware/export/config/hifimanhm801.h b/firmware/export/config/hifimanhm801.h index a5b5aeead8..1c504b2ff0 100644 --- a/firmware/export/config/hifimanhm801.h +++ b/firmware/export/config/hifimanhm801.h @@ -1,7 +1,6 @@ /* * This config file is for HiFiMAN HM-60x reference design */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 82 diff --git a/firmware/export/config/iaudio7.h b/firmware/export/config/iaudio7.h index 0664ff00ed..4bf464914d 100644 --- a/firmware/export/config/iaudio7.h +++ b/firmware/export/config/iaudio7.h @@ -1,7 +1,6 @@ /* * This config file is for the Iaudio7 series */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 32 diff --git a/firmware/export/config/iaudiom3.h b/firmware/export/config/iaudiom3.h index d2f90641db..7d2099ae77 100644 --- a/firmware/export/config/iaudiom3.h +++ b/firmware/export/config/iaudiom3.h @@ -1,7 +1,6 @@ /* * This config file is for iAudio M3 */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 25 diff --git a/firmware/export/config/iaudiom5.h b/firmware/export/config/iaudiom5.h index 0bc3ed5630..1f1e25c568 100644 --- a/firmware/export/config/iaudiom5.h +++ b/firmware/export/config/iaudiom5.h @@ -1,7 +1,6 @@ /* * This config file is for iAudio M5 */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 17 diff --git a/firmware/export/config/iaudiox5.h b/firmware/export/config/iaudiox5.h index b88583c4b1..118bb80ba4 100644 --- a/firmware/export/config/iaudiox5.h +++ b/firmware/export/config/iaudiox5.h @@ -1,7 +1,6 @@ /* * This config file is for iAudio X5 */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 10 diff --git a/firmware/export/config/ipod1g2g.h b/firmware/export/config/ipod1g2g.h index b2b1f4a498..8dccb842ec 100644 --- a/firmware/export/config/ipod1g2g.h +++ b/firmware/export/config/ipod1g2g.h @@ -1,7 +1,6 @@ /* * This config file is for the Apple iPod 1g and 2g */ -#define TARGET_TREE /* this target is using the target tree system */ #define IPOD_ARCH 1 diff --git a/firmware/export/config/ipod3g.h b/firmware/export/config/ipod3g.h index 16bd1072b4..28c36dbf74 100644 --- a/firmware/export/config/ipod3g.h +++ b/firmware/export/config/ipod3g.h @@ -2,8 +2,6 @@ * This config file is for the Apple iPod 3g */ -#define TARGET_TREE /* this target is using the target tree system */ - #define IPOD_ARCH 1 #define MODEL_NAME "Apple iPod 3g" diff --git a/firmware/export/config/ipod4g.h b/firmware/export/config/ipod4g.h index 5ddde1b186..f3eef03e25 100644 --- a/firmware/export/config/ipod4g.h +++ b/firmware/export/config/ipod4g.h @@ -1,7 +1,6 @@ /* * This config file is for the Apple iPod 4g Grayscale */ -#define TARGET_TREE /* this target is using the target tree system */ #define IPOD_ARCH 1 diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index 08c0f27ef0..82a402f707 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -1,7 +1,6 @@ /* * This config file is for iPod 6G / Classic */ -#define TARGET_TREE /* this target is using the target tree system */ #define IPOD_ARCH 1 diff --git a/firmware/export/config/ipodcolor.h b/firmware/export/config/ipodcolor.h index 9768ac38aa..0c700cb933 100644 --- a/firmware/export/config/ipodcolor.h +++ b/firmware/export/config/ipodcolor.h @@ -1,7 +1,6 @@ /* * This config file is for the Apple iPod Color/Photo */ -#define TARGET_TREE /* this target is using the target tree system */ #define IPOD_ARCH 1 diff --git a/firmware/export/config/ipodmini1g.h b/firmware/export/config/ipodmini1g.h index b1f6fa1b1a..815b6d2242 100644 --- a/firmware/export/config/ipodmini1g.h +++ b/firmware/export/config/ipodmini1g.h @@ -1,7 +1,6 @@ /* * This config file is for the Apple iPod Mini (1st Gen) */ -#define TARGET_TREE /* this target is using the target tree system */ #define IPOD_ARCH 1 diff --git a/firmware/export/config/ipodmini2g.h b/firmware/export/config/ipodmini2g.h index 27edf100ae..778635aa6a 100644 --- a/firmware/export/config/ipodmini2g.h +++ b/firmware/export/config/ipodmini2g.h @@ -1,7 +1,6 @@ /* * This config file is for the Apple iPod Mini 2nd Gen */ -#define TARGET_TREE /* this target is using the target tree system */ #define IPOD_ARCH 1 diff --git a/firmware/export/config/ipodnano1g.h b/firmware/export/config/ipodnano1g.h index 40f6cf28aa..2c41c05e20 100644 --- a/firmware/export/config/ipodnano1g.h +++ b/firmware/export/config/ipodnano1g.h @@ -1,7 +1,6 @@ /* * This config file is for the Apple iPod Nano */ -#define TARGET_TREE /* this target is using the target tree system */ #define IPOD_ARCH 1 diff --git a/firmware/export/config/ipodnano2g.h b/firmware/export/config/ipodnano2g.h index 2e4f189d31..9b34e6a204 100644 --- a/firmware/export/config/ipodnano2g.h +++ b/firmware/export/config/ipodnano2g.h @@ -1,7 +1,6 @@ /* * This config file is for iPod Nano 2nd Generation */ -#define TARGET_TREE /* this target is using the target tree system */ #define IPOD_ARCH 1 diff --git a/firmware/export/config/ipodvideo.h b/firmware/export/config/ipodvideo.h index 7e123d08d7..76fe510f64 100644 --- a/firmware/export/config/ipodvideo.h +++ b/firmware/export/config/ipodvideo.h @@ -1,7 +1,6 @@ /* * This config file is for the Apple iPod Video */ -#define TARGET_TREE /* this target is using the target tree system */ #define IPOD_ARCH 1 diff --git a/firmware/export/config/iriverh10.h b/firmware/export/config/iriverh10.h index 3611093913..a694fa367d 100644 --- a/firmware/export/config/iriverh10.h +++ b/firmware/export/config/iriverh10.h @@ -2,8 +2,6 @@ * This config file is for the iriver H10 20Gb */ -#define TARGET_TREE /* this target is using the target tree system */ - /* For Rolo and boot loader */ #define MODEL_NUMBER 13 #define MODEL_NAME "iriver H10 20GB" diff --git a/firmware/export/config/iriverh100.h b/firmware/export/config/iriverh100.h index 644726541f..dd50d40f3f 100644 --- a/firmware/export/config/iriverh100.h +++ b/firmware/export/config/iriverh100.h @@ -1,5 +1,3 @@ -#define TARGET_TREE /* this target is using the target tree system */ - /* * This config file is for iriver iHP-100, iHP-110, iHP-115 */ diff --git a/firmware/export/config/iriverh10_5gb.h b/firmware/export/config/iriverh10_5gb.h index 84c0b370ab..720ebb1379 100644 --- a/firmware/export/config/iriverh10_5gb.h +++ b/firmware/export/config/iriverh10_5gb.h @@ -2,8 +2,6 @@ * This config file is for the iriver H10 5/6Gb model */ -#define TARGET_TREE /* this target is using the target tree system */ - /* For Rolo and boot loader */ #define MODEL_NUMBER 14 #define MODEL_NAME "iriver H10 5/6GB" diff --git a/firmware/export/config/iriverh120.h b/firmware/export/config/iriverh120.h index 5bab810df2..355a25f0bc 100644 --- a/firmware/export/config/iriverh120.h +++ b/firmware/export/config/iriverh120.h @@ -1,4 +1,3 @@ -#define TARGET_TREE /* this target is using the target tree system */ /* * This config file is for iriver H120 and H140 */ diff --git a/firmware/export/config/iriverh300.h b/firmware/export/config/iriverh300.h index 4250153c04..c4cb7d1aac 100644 --- a/firmware/export/config/iriverh300.h +++ b/firmware/export/config/iriverh300.h @@ -1,4 +1,3 @@ -#define TARGET_TREE /* this target is using the target tree system */ /* * This config file is for iriver H320, H340 */ diff --git a/firmware/export/config/iriverifp7xx.h b/firmware/export/config/iriverifp7xx.h index 1de6adc25a..c15848f677 100644 --- a/firmware/export/config/iriverifp7xx.h +++ b/firmware/export/config/iriverifp7xx.h @@ -1,7 +1,6 @@ /* * This config file is for iriver iFP-799 */ -#define TARGET_TREE #define IRIVER_IFP7XX_SERIES 1 diff --git a/firmware/export/config/logikdax.h b/firmware/export/config/logikdax.h index ed6cbba531..3e37cc661a 100644 --- a/firmware/export/config/logikdax.h +++ b/firmware/export/config/logikdax.h @@ -1,7 +1,6 @@ /* * This config file is for the Logik DAX MP3/DAB */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 33 diff --git a/firmware/export/config/lyreproto1.h b/firmware/export/config/lyreproto1.h index 95808cf2f5..163d5be034 100644 --- a/firmware/export/config/lyreproto1.h +++ b/firmware/export/config/lyreproto1.h @@ -22,7 +22,6 @@ /* * This config file is for the Lyre prototype 1. */ -#define TARGET_TREE /* this target is using the target tree system */ #define CONFIG_SDRAM_START 0x20000000 diff --git a/firmware/export/config/meizum3.h b/firmware/export/config/meizum3.h index d1a2b8f34a..fd46019bfa 100644 --- a/firmware/export/config/meizum3.h +++ b/firmware/export/config/meizum3.h @@ -1,7 +1,6 @@ /* * This config file is for Meizu M3 */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 39 diff --git a/firmware/export/config/meizum6sl.h b/firmware/export/config/meizum6sl.h index e0e5e9d43c..cdd9984e7c 100644 --- a/firmware/export/config/meizum6sl.h +++ b/firmware/export/config/meizum6sl.h @@ -1,7 +1,6 @@ /* * This config file is for Meizu M6SL */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 38 diff --git a/firmware/export/config/meizum6sp.h b/firmware/export/config/meizum6sp.h index 34d7c92480..1c79169805 100644 --- a/firmware/export/config/meizum6sp.h +++ b/firmware/export/config/meizum6sp.h @@ -1,7 +1,6 @@ /* * This config file is for Meizu M6SP */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 37 diff --git a/firmware/export/config/mini2440.h b/firmware/export/config/mini2440.h index 9b794ecb0a..f042198e2b 100644 --- a/firmware/export/config/mini2440.h +++ b/firmware/export/config/mini2440.h @@ -22,7 +22,6 @@ /* * This config file is for the Mini2440 */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 131 diff --git a/firmware/export/config/mpiohd200.h b/firmware/export/config/mpiohd200.h index 13691722f9..d40e39104d 100644 --- a/firmware/export/config/mpiohd200.h +++ b/firmware/export/config/mpiohd200.h @@ -1,7 +1,6 @@ /* * This config file is for MPIO HD200 */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 69 diff --git a/firmware/export/config/mpiohd300.h b/firmware/export/config/mpiohd300.h index 8343a90938..c0af8bc85b 100644 --- a/firmware/export/config/mpiohd300.h +++ b/firmware/export/config/mpiohd300.h @@ -1,7 +1,6 @@ /* * This config file is for MPIO HD200 */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 70 diff --git a/firmware/export/config/mrobe100.h b/firmware/export/config/mrobe100.h index 510475d0f4..bdc58f25ea 100644 --- a/firmware/export/config/mrobe100.h +++ b/firmware/export/config/mrobe100.h @@ -2,8 +2,6 @@ * This config file is for the Olympus m:robe MR-100 */ -#define TARGET_TREE - /* For Rolo and boot loader */ #define MODEL_NUMBER 23 #define MODEL_NAME "Olympus m:robe MR-100" diff --git a/firmware/export/config/mrobe500.h b/firmware/export/config/mrobe500.h index 6f8bc6c568..3111ab7abd 100644 --- a/firmware/export/config/mrobe500.h +++ b/firmware/export/config/mrobe500.h @@ -22,7 +22,6 @@ /* * This config file is for the M:Robe 500i */ -#define TARGET_TREE /* this target is using the target tree system */ /* This is the absolute address on the bus */ #define CONFIG_SDRAM_START 0x00900000 diff --git a/firmware/export/config/nokian8xx.h b/firmware/export/config/nokian8xx.h index 55f96f76c3..50f2971238 100644 --- a/firmware/export/config/nokian8xx.h +++ b/firmware/export/config/nokian8xx.h @@ -1,7 +1,6 @@ /* * This config file is for Rockbox as an application on the Nokia N8xx */ -#define TARGET_TREE /* this target is using the target tree system */ /* We don't run on hardware directly */ #define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_MAEMO4) diff --git a/firmware/export/config/nokian900.h b/firmware/export/config/nokian900.h index 1e74fd527e..b200e50bbc 100644 --- a/firmware/export/config/nokian900.h +++ b/firmware/export/config/nokian900.h @@ -1,7 +1,6 @@ /* * This config file is for Rockbox as an application on the Nokia N900 */ -#define TARGET_TREE /* this target is using the target tree system */ /* We don't run on hardware directly */ #define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_MAEMO5) diff --git a/firmware/export/config/ondavx747.h b/firmware/export/config/ondavx747.h index 45aec00bb8..c144a68f3a 100644 --- a/firmware/export/config/ondavx747.h +++ b/firmware/export/config/ondavx747.h @@ -23,8 +23,6 @@ * This config file is for the Onda VX747(+)/VX777 */ -#define TARGET_TREE /* this target is using the target tree system */ - #define CONFIG_SDRAM_START 0x80004000 #ifdef ONDA_VX747P diff --git a/firmware/export/config/ondavx767.h b/firmware/export/config/ondavx767.h index 44a7aa0229..3bda8fa4c4 100644 --- a/firmware/export/config/ondavx767.h +++ b/firmware/export/config/ondavx767.h @@ -22,7 +22,6 @@ /* * This config file is for the Onda VX747 */ -#define TARGET_TREE /* this target is using the target tree system */ #define CONFIG_SDRAM_START 0x80004000 diff --git a/firmware/export/config/ondavx777.h b/firmware/export/config/ondavx777.h index 0319816d26..48ce20ec98 100644 --- a/firmware/export/config/ondavx777.h +++ b/firmware/export/config/ondavx777.h @@ -23,8 +23,6 @@ * This config file is for the Onda VX747(+)/VX777 */ -#define TARGET_TREE /* this target is using the target tree system */ - #define CONFIG_SDRAM_START 0x80004000 #define MODEL_NAME "Onda VX777" diff --git a/firmware/export/config/pandora.h b/firmware/export/config/pandora.h index a740208ac0..a1a2ecb111 100644 --- a/firmware/export/config/pandora.h +++ b/firmware/export/config/pandora.h @@ -1,7 +1,6 @@ /* * This config file is for Rockbox as an application on the Nokia N8xx */ -#define TARGET_TREE /* this target is using the target tree system */ /* We don't run on hardware directly */ #define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_PANDORA) diff --git a/firmware/export/config/rk27generic.h b/firmware/export/config/rk27generic.h index 6cebb8ce2a..5944a828b5 100644 --- a/firmware/export/config/rk27generic.h +++ b/firmware/export/config/rk27generic.h @@ -1,7 +1,6 @@ /* * This config file is for Rockchip rk27xx reference design */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 78 diff --git a/firmware/export/config/samsungyh820.h b/firmware/export/config/samsungyh820.h index 74cd05209e..f2ad6ebc5e 100644 --- a/firmware/export/config/samsungyh820.h +++ b/firmware/export/config/samsungyh820.h @@ -2,8 +2,6 @@ * This config file is for the Samsung YH-820 */ -#define TARGET_TREE /* this target is using the target tree system */ - /* For Rolo and boot loader */ #define MODEL_NUMBER 57 #define MODEL_NAME "Samsung YH-820" diff --git a/firmware/export/config/samsungyh920.h b/firmware/export/config/samsungyh920.h index 73f226d6c9..f6641fab94 100644 --- a/firmware/export/config/samsungyh920.h +++ b/firmware/export/config/samsungyh920.h @@ -2,8 +2,6 @@ * This config file is for the Samsung YH-920 */ -#define TARGET_TREE /* this target is using the target tree system */ - /* For Rolo and boot loader */ #define MODEL_NUMBER 58 #define MODEL_NAME "Samsung YH-920" diff --git a/firmware/export/config/samsungyh925.h b/firmware/export/config/samsungyh925.h index c95d1e50d1..2d39aaafec 100644 --- a/firmware/export/config/samsungyh925.h +++ b/firmware/export/config/samsungyh925.h @@ -2,8 +2,6 @@ * This config file is for the Samsung YH-925 */ -#define TARGET_TREE /* this target is using the target tree system */ - /* For Rolo and boot loader */ #define MODEL_NUMBER 59 #define MODEL_NAME "Samsung YH-925" diff --git a/firmware/export/config/samsungypr0.h b/firmware/export/config/samsungypr0.h index 735db1fcad..cbc17567ec 100644 --- a/firmware/export/config/samsungypr0.h +++ b/firmware/export/config/samsungypr0.h @@ -3,8 +3,6 @@ * The target name for ifdefs is: SAMSUNG_YPR0; or CONFIG_PLATFORM & PLAFTORM_YPR0 */ -#define TARGET_TREE /* this target is using the target tree system */ - /* We don't run on hardware directly */ /* YP-R0 need it too of course */ #define CONFIG_PLATFORM (PLATFORM_HOSTED) diff --git a/firmware/export/config/samsungyps3.h b/firmware/export/config/samsungyps3.h index cef3b60207..93140561eb 100644 --- a/firmware/export/config/samsungyps3.h +++ b/firmware/export/config/samsungyps3.h @@ -2,8 +2,6 @@ * This config file is for Samsung YP-S3 */ -#define TARGET_TREE /* this target is using the target tree system */ - /* For Rolo and boot loader */ #define MODEL_NUMBER 53 diff --git a/firmware/export/config/sansac100.h b/firmware/export/config/sansac100.h index 5aabfc284c..960169fab4 100644 --- a/firmware/export/config/sansac100.h +++ b/firmware/export/config/sansac100.h @@ -1,7 +1,6 @@ /* * This config file is for the Sansa C100 series */ -#define TARGET_TREE /* this target is using the target tree system */ #define MODEL_NAME "Sandisk Sansa c100 series" diff --git a/firmware/export/config/sansac200.h b/firmware/export/config/sansac200.h index 479623f078..259e3803b5 100644 --- a/firmware/export/config/sansac200.h +++ b/firmware/export/config/sansac200.h @@ -1,7 +1,6 @@ /* * This config file is for the Sandisk Sansa e200 */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 20 diff --git a/firmware/export/config/sansac200v2.h b/firmware/export/config/sansac200v2.h index 742d66f20d..efe48de33d 100644 --- a/firmware/export/config/sansac200v2.h +++ b/firmware/export/config/sansac200v2.h @@ -1,7 +1,6 @@ /* * This config file is for the Sandisk Sansa c200v2 */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 44 diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h index 617e661555..61d3070483 100644 --- a/firmware/export/config/sansaclip.h +++ b/firmware/export/config/sansaclip.h @@ -1,7 +1,6 @@ /* * This config file is for the Sandisk Sansa Clip */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 40 diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h index b753f585e2..0725431e8a 100644 --- a/firmware/export/config/sansaclipplus.h +++ b/firmware/export/config/sansaclipplus.h @@ -1,7 +1,6 @@ /* * This config file is for the Sandisk Sansa Clip+ */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 66 diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h index 4358fe5507..1043d28307 100644 --- a/firmware/export/config/sansaclipv2.h +++ b/firmware/export/config/sansaclipv2.h @@ -1,7 +1,6 @@ /* * This config file is for the Sandisk Sansa Clip v2 */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 60 diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h index 696125e963..2ddf4173c3 100644 --- a/firmware/export/config/sansaclipzip.h +++ b/firmware/export/config/sansaclipzip.h @@ -1,7 +1,6 @@ /* * This config file is for the Sandisk Sansa Clip Zip */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 79 diff --git a/firmware/export/config/sansaconnect.h b/firmware/export/config/sansaconnect.h index a0f517992b..0733adb8f9 100644 --- a/firmware/export/config/sansaconnect.h +++ b/firmware/export/config/sansaconnect.h @@ -21,7 +21,6 @@ /* * This config file is for the Sansa Connect */ -#define TARGET_TREE /* this target is using the target tree system */ /* This is the absolute address on the bus set by OF bootloader */ #define CONFIG_SDRAM_START 0x01000000 diff --git a/firmware/export/config/sansae200.h b/firmware/export/config/sansae200.h index c5b53e6ea2..d022f567c6 100644 --- a/firmware/export/config/sansae200.h +++ b/firmware/export/config/sansae200.h @@ -1,7 +1,6 @@ /* * This config file is for the Sandisk Sansa e200 */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 16 diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h index 19346dbfb6..0ffb9ce413 100644 --- a/firmware/export/config/sansae200v2.h +++ b/firmware/export/config/sansae200v2.h @@ -1,7 +1,6 @@ /* * This config file is for the Sandisk Sansa e200v2 */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 41 diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h index f905bc7862..db46b1584b 100644 --- a/firmware/export/config/sansafuze.h +++ b/firmware/export/config/sansafuze.h @@ -1,7 +1,6 @@ /* * This config file is for the Sandisk Sansa Fuze */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 43 diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h index a0d909de11..f3f97e45fc 100644 --- a/firmware/export/config/sansafuzeplus.h +++ b/firmware/export/config/sansafuzeplus.h @@ -1,7 +1,6 @@ /* * This config file is for the Sandisk Sansa Fuze+ */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 72 diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h index ae25592d1a..92c29194d0 100644 --- a/firmware/export/config/sansafuzev2.h +++ b/firmware/export/config/sansafuzev2.h @@ -1,7 +1,6 @@ /* * This config file is for the Sandisk Sansa Fuze v2 */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 68 diff --git a/firmware/export/config/sansam200.h b/firmware/export/config/sansam200.h index 2c37f91a99..d9397e2306 100644 --- a/firmware/export/config/sansam200.h +++ b/firmware/export/config/sansam200.h @@ -1,7 +1,6 @@ /* * This config file is for the Sansa M200 series */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 29 diff --git a/firmware/export/config/sansam200v4.h b/firmware/export/config/sansam200v4.h index ef371e53dd..2db3d84452 100644 --- a/firmware/export/config/sansam200v4.h +++ b/firmware/export/config/sansam200v4.h @@ -1,7 +1,6 @@ /* * This config file is for the Sansa M200 V4 series */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 42 diff --git a/firmware/export/config/sansaview.h b/firmware/export/config/sansaview.h index 89da94338f..71f890e930 100644 --- a/firmware/export/config/sansaview.h +++ b/firmware/export/config/sansaview.h @@ -1,7 +1,6 @@ /* * This config file is for the Sandisk Sansa View */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 63 diff --git a/firmware/export/config/sdlapp.h b/firmware/export/config/sdlapp.h index ac43a0fb14..f6f9cf972d 100644 --- a/firmware/export/config/sdlapp.h +++ b/firmware/export/config/sdlapp.h @@ -1,7 +1,6 @@ /* * This config file is for the SDL application */ -#define TARGET_TREE /* this target is using the target tree system */ /* We don't run on hardware directly */ #define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_SDL) diff --git a/firmware/export/config/tatungtpj1022.h b/firmware/export/config/tatungtpj1022.h index 15d5cf2456..13d23ab65d 100644 --- a/firmware/export/config/tatungtpj1022.h +++ b/firmware/export/config/tatungtpj1022.h @@ -2,8 +2,6 @@ * This config file is for the Tatung Elio TPJ-1022 */ -#define TARGET_TREE /* this target is using the target tree system */ - #define MODEL_NAME "Tatung Elio TPJ-1022" /* For Rolo and boot loader */ diff --git a/firmware/export/config/vibe500.h b/firmware/export/config/vibe500.h index da53005c5c..6e5bd0742e 100644 --- a/firmware/export/config/vibe500.h +++ b/firmware/export/config/vibe500.h @@ -1,7 +1,6 @@ /* * This config file is for Packard Bell Vibe 500 */ -#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 67 diff --git a/firmware/export/config/zenvisionm30gb.h b/firmware/export/config/zenvisionm30gb.h index c6448132a7..904c952b13 100644 --- a/firmware/export/config/zenvisionm30gb.h +++ b/firmware/export/config/zenvisionm30gb.h @@ -22,7 +22,6 @@ /* * This config file is for the Creative Zen Vision:M */ -#define TARGET_TREE /* this target is using the target tree system */ #define CONFIG_SDRAM_START 0x00900000 diff --git a/firmware/export/config/zenvisionm60gb.h b/firmware/export/config/zenvisionm60gb.h index 321dd5d164..c186500e6a 100644 --- a/firmware/export/config/zenvisionm60gb.h +++ b/firmware/export/config/zenvisionm60gb.h @@ -22,7 +22,6 @@ /* * This config file is for the Creative Zen Vision:M 60GB */ -#define TARGET_TREE /* this target is using the target tree system */ #define CONFIG_SDRAM_START 0x00900000 diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h index 46ec2a949a..305392cd90 100644 --- a/firmware/export/lcd-remote.h +++ b/firmware/export/lcd-remote.h @@ -29,7 +29,7 @@ #ifdef HAVE_REMOTE_LCD -#if defined(TARGET_TREE) && !defined(__PCTOOL__) +#ifndef __PCTOOL__ #include "lcd-remote-target.h" #endif -- cgit v1.2.3