From 062dd6a8b90c7c553a6a7257e9c245276b1dd969 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Tue, 1 Mar 2011 14:50:07 +0100 Subject: Move some serial ports initialization to the core. This moves the initialization of the ports used by qemud and the "kmsg" component to the core. + Gets rid of the -old-system option used to suppot pre-1.4 Android system. We don't officially support anything before 1.5 anyway. Change-Id: Ied7e284d952adfd3419d96c39a7c48761f1b3f5c --- android/cmdline-options.h | 1 - 1 file changed, 1 deletion(-) (limited to 'android/cmdline-options.h') diff --git a/android/cmdline-options.h b/android/cmdline-options.h index b9105af..b7d7bfa 100644 --- a/android/cmdline-options.h +++ b/android/cmdline-options.h @@ -131,7 +131,6 @@ OPT_PARAM( report_console, "", "report console port to remote socket" ) OPT_PARAM( gps, "", "redirect NMEA GPS to character device" ) OPT_PARAM( keyset, "", "specify keyset file name" ) OPT_PARAM( shell_serial, "", "specific character device for root shell" ) -OPT_FLAG ( old_system, "support old (pre 1.4) system images" ) OPT_PARAM( tcpdump, "", "capture network packets to file" ) OPT_PARAM( bootchart, "", "enable bootcharting") -- cgit v1.1