From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 06 Apr 2009 19:59:29 +0900 Subject: [U-Boot] [PATCH] s3c64xx: remove unnecessary definition Message-ID: <49D9E091.9000800@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 CONFIG_S3C6400 is must defined at config header file That definition is unnecessary at this file Signed-off-by: Minkyu Kang --- include/s3c6400.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/include/s3c6400.h b/include/s3c6400.h index 87f3760..e527c08 100644 --- a/include/s3c6400.h +++ b/include/s3c6400.h @@ -31,10 +31,6 @@ #ifndef __S3C6400_H__ #define __S3C6400_H__ -#ifndef CONFIG_S3C6400 -#define CONFIG_S3C6400 1 -#endif - #define S3C64XX_UART_CHANNELS 3 #define S3C64XX_SPI_CHANNELS 2