From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 10 Apr 2012 21:23:07 +0200 Subject: [U-Boot] [PATCH v2 7/7] EXYNOS: support TRATS board display function In-Reply-To: <4F7E80DB.4070907@samsung.com> References: <4F7E80DB.4070907@samsung.com> Message-ID: <20120410212307.0badcb17@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 06 Apr 2012 14:36:27 +0900 Donghwa Lee wrote: > This patch support TRATS board configuration and display function. > > Signed-off-by: Donghwa Lee > Signed-off-by: Kyungmin Park > Signed-off-by: Inki Dae > --- > board/samsung/trats/trats.c | 147 +++++++++++++++++++++++++++++++++++++++++++ > include/configs/trats.h | 8 +++ > 2 files changed, 155 insertions(+), 0 deletions(-) Looks good. When applying, please use '--whitespace=fix' option to fix an empty line at the end of trats.c file. Thanks, Anatolij