diff configure.sh @ 587:36eb33f1d45a

config system: RVTMUX_ON_MODEM and UI_CONFIG moved into targets/*.conf
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 13 Mar 2019 16:52:48 +0000
parents deabd7b91828
children f2e752052db5
line wrap: on
line diff
--- a/configure.sh	Mon Mar 11 02:13:04 2019 +0000
+++ b/configure.sh	Wed Mar 13 16:52:48 2019 +0000
@@ -51,6 +51,8 @@
 DSP=36
 RF=12
 DISABLE_SLEEP=0
+RVTMUX_ON_MODEM=0
+UI_CONFIG=bigcolor
 
 . "targets/$TARGET.conf"
 
@@ -83,17 +85,6 @@
 		exit 1
 esac
 
-# UI and RVTMUX config default based on target
-
-if [ "$TARGET" = c11x -o "$TARGET" = c139 -o "$TARGET" = c155 ]
-then
-	UI_CONFIG=84x48
-	RVTMUX_ON_MODEM=1
-else
-	UI_CONFIG=bigcolor
-	RVTMUX_ON_MODEM=0
-fi
-
 # display driver configuration
 
 DSAMPLE_FULL_COLOR=1