From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Fri, 29 Nov 2013 09:54:16 +0900 Subject: [U-Boot] [PATCH] config: arm: exynos5250: remove duplicate defines In-Reply-To: <1383527520-13048-1-git-send-email-luka@openwrt.org> References: <1383527520-13048-1-git-send-email-luka@openwrt.org> Message-ID: <5297E5B8.6070307@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Luka Perkov, On 04/11/13 10:12, Luka Perkov wrote: > The SPI section is already defined in this file (lines 268-288) so we can > remove the duplicate definitions. While at it, also fix one tiny whitespace > typo. > > Signed-off-by: Luka Perkov > --- > include/configs/exynos5250-dt.h | 23 +---------------------- > 1 file changed, 1 insertion(+), 22 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.