summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure24
1 files changed, 23 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 3e54f818e5..6246c428a6 100755
--- a/tools/configure
+++ b/tools/configure
@@ -893,7 +893,7 @@ cat <<EOF
893 ==Samsung== ==Tatung== 893 ==Samsung== ==Tatung==
894 140) YH-820 150) Elio TPJ-1022 ==Lyre project== 894 140) YH-820 150) Elio TPJ-1022 ==Lyre project==
895 141) YH-920 130) Lyre proto 1 895 141) YH-920 130) Lyre proto 1
896 142) YH-925 896 142) YH-925 131) Mini2440
897 143) YP-S3 897 143) YP-S3
898EOF 898EOF
899 899
@@ -2281,6 +2281,28 @@ fi
2281 t_manufacturer="at91sam" 2281 t_manufacturer="at91sam"
2282 t_model="lyre_proto1" 2282 t_model="lyre_proto1"
2283 ;; 2283 ;;
2284
2285 131|mini2440)
2286 target_id=99
2287 modelname="mini2440"
2288 target="-DMINI2440"
2289 memory=64
2290 arm9tdmicc
2291 tool="$rootdir/tools/scramble -add=m244"
2292 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
2293 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
2294 output="rockbox.mini2440"
2295 appextra="recorder:gui"
2296 plugins=""
2297 swcodec="yes"
2298 toolset=$scramblebitmaptools
2299 boottool="cp"
2300 bootoutput="bootloader-mini2440.lyre"
2301 # architecture, manufacturer and model for the target-tree build
2302 t_cpu="arm"
2303 t_manufacturer="s3c2440"
2304 t_model="mini2440"
2305 ;;
2284 2306
2285 140|yh820) 2307 140|yh820)
2286 target_id=57 2308 target_id=57