25 lines
718 B
C
25 lines
718 B
C
/* linux/include/asm-arm/plat-s3c24xx/common-smdk.h
|
|
*
|
|
* Copyright (c) 2006 Simtec Electronics
|
|
* Ben Dooks <ben@simtec.co.uk>
|
|
*
|
|
* Common code for SMDK2410 and SMDK2440 boards
|
|
*
|
|
* http://www.fluff.org/ben/smdk2440/
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
/*Qisda , wenny cheng , 20091224 , board id info {*/
|
|
#define QD090B00_S02 0
|
|
#define QD090B00_S03 4
|
|
#define BQ060B00_A01_And_Before 0
|
|
#define BQ060B00_A02 1
|
|
#define QD060B00_A01_And_Before 0
|
|
#define QD060B00_A02 1
|
|
/*Qisda , wenny cheng , 20091224 , board id info }*/
|
|
|
|
extern void smdk_machine_init(void);
|