From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 17 Aug 2015 09:10:34 +0100 Subject: [U-Boot] [PATCH 2/3] sunxi: Drop LCD_MODE from A13-OLinuxIno defconfigs In-Reply-To: <1439717983-15234-2-git-send-email-hdegoede@redhat.com> References: <1439717983-15234-1-git-send-email-hdegoede@redhat.com> <1439717983-15234-2-git-send-email-hdegoede@redhat.com> Message-ID: <1439799034.3480.47.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2015-08-16 at 11:39 +0200, Hans de Goede wrote: > With the unified / cleaned up default display output selection changes, > which were done as part of adding composite video out support, our > example LCD_MODE line in the A13-OLinuxIno defconfigs causes the display > code to setup a LCD console by default, rather then a VGA console. > > Given that the LCD console is only useful for people who have hooked up > the exact lcd-panel from the config, while most people will not have any > lcd panel connected to these boards, this is not a good default. > > Dropping the LCD_MODE line which was intended as an example fixes this, > instead add a link to the LCD_MODE help text pointing to > http://linux-sunxi.org/LCD which contains the removed and other example > modes. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell