]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
s3c64xx: remove unnecessary definition
authorMinkyu Kang <mk7.kang@samsung.com>
Mon, 6 Apr 2009 10:59:29 +0000 (19:59 +0900)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Fri, 24 Apr 2009 20:54:18 +0000 (22:54 +0200)
CONFIG_S3C6400 is must defined at config header file
That definition is unnecessary at this file

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/s3c6400.h

index 87f3760b6cf98633421dcff539705fd02a3031d5..e527c08b18d910de02f34d01c5082ae4cf802915 100644 (file)
 #ifndef __S3C6400_H__
 #define __S3C6400_H__
 
-#ifndef CONFIG_S3C6400
-#define CONFIG_S3C6400         1
-#endif
-
 #define S3C64XX_UART_CHANNELS  3
 #define S3C64XX_SPI_CHANNELS   2