From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sun, 18 Jan 2015 16:33:00 +0000 Subject: [U-Boot] [PATCH 6/9] sunxi: Remove CONFIG_TARGET_FOO for sun4i, sun6i and sun8i boards In-Reply-To: <1421598719.13341.40.camel@hellion.org.uk> References: <1421583812-26556-1-git-send-email-hdegoede@redhat.com> <1421583812-26556-6-git-send-email-hdegoede@redhat.com> <1421598719.13341.40.camel@hellion.org.uk> Message-ID: <1421598780.13341.41.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-01-18 at 16:31 +0000, Ian Campbell wrote: > On Sun, 2015-01-18 at 13:23 +0100, Hans de Goede wrote: > > CONFIG_TARGET_FOO is only used in board/sunxi/Makefile to select the > > dram config for sun5i and sun7i boards and in board/sunxi/gmac.c for some > > special handling of the bananapi/bananapro (both sun7i), iow it is not used > > at all on any sun4i, sun6i and sun8i boards so lets get rid of it there. > > How close are we to being able to do the same for sun5i and/or sun7i? > > The banana* stuff probably ought to become CONFIG_SUNXI_GMAX_DELAY (or > whatever it was, you've told me like three times now but I can't seem to > retain it...) sooner rather than later. Oh, forgot the most important bit ;-) Acked-by: Ian Campbell Ian.