From: Minkyu Kang Date: Mon, 6 Apr 2009 10:59:29 +0000 (+0900) Subject: s3c64xx: remove unnecessary definition X-Git-Tag: v2009.06-rc1~7^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffd8c7170d55c34bbfcfd2c84093dcaff796cbf3;p=pandora-u-boot.git s3c64xx: remove unnecessary definition CONFIG_S3C6400 is must defined at config header file That definition is unnecessary at this file Signed-off-by: Minkyu Kang --- diff --git a/include/s3c6400.h b/include/s3c6400.h index 87f3760b6cf..e527c08b18d 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