From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 05 Aug 2015 08:53:47 +0100 Subject: [U-Boot] [PATCH 1/5] sunxi: display: Replace #ifdef-ery with helper functions In-Reply-To: <1438638870-3728-1-git-send-email-hdegoede@redhat.com> References: <1438638870-3728-1-git-send-email-hdegoede@redhat.com> Message-ID: <1438761227.18644.46.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 Mon, 2015-08-03 at 23:54 +0200, Hans de Goede wrote: > All the #ifdef-ery in selecting the default and fallback monitor type > is > becoming unyielding and makes the code hard to read, replace it with > a few > helper functions. > > This will also be useful with the upcoming CHIP board which has > display > adapter daughterboards which should be runtime detectable. > > Signed-off-by: Hans de Goede I couldn't quite convince myself there was "no semantic change" here, but either way it's an improvement so: Acked-by: Ian Campbell