From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 28 Jan 2015 09:10:43 +0000 Subject: [U-Boot] [PATCH 3/4] sunxi: Remove CONFIG_TARGET_FOO for sun5i and sun7i boards In-Reply-To: <1422196540-18093-3-git-send-email-hdegoede@redhat.com> References: <1422196540-18093-1-git-send-email-hdegoede@redhat.com> <1422196540-18093-3-git-send-email-hdegoede@redhat.com> Message-ID: <1422436243.29309.28.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-25 at 15:35 +0100, Hans de Goede wrote: > CONFIG_TARGET_FOO was 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), all sun5i and sun7i > boards have been moved over to using a single dram_sun5i_autoconfig file, > and the tx clk delay handling for the Banana boards now has its own Kconfig. > > IOW nothing is using CONFIG_TARGET_FOO anymore, so remove it. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell