From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 29 Dec 2014 13:34:58 +0000 Subject: [U-Boot] [PATCH v2] sunxi: video: Improve monitor video-mode option handling In-Reply-To: <1419764317-30143-1-git-send-email-hdegoede@redhat.com> References: <1419764317-30143-1-git-send-email-hdegoede@redhat.com> Message-ID: <1419860098.13595.75.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, 2014-12-28 at 11:58 +0100, Hans de Goede wrote: > Add a sunxi_monitor enum and parse the monitor option string into this enum > once, rather then doing strcmp-s on it in various places. This also adds > checking for it being a valid value. > > This also adds new "none" and "lcd" values in preparation for lcd support. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell