mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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 <mk7.kang@samsung.com>
This commit is contained in:
parent
4277f4de06
commit
ffd8c7170d
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue