projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4277f4d
)
s3c64xx: remove unnecessary definition
author
Minkyu Kang
<mk7.kang@samsung.com>
Mon, 6 Apr 2009 10:59:29 +0000
(19:59 +0900)
committer
Jean-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
patch
|
blob
|
history
diff --git
a/include/s3c6400.h
b/include/s3c6400.h
index 87f3760b6cf98633421dcff539705fd02a3031d5..e527c08b18d910de02f34d01c5082ae4cf802915 100644
(file)
--- 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