mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 12:38:27 +02:00
056ecbbe29
-nandboot load the zImage kernel Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
15 lines
192 B
C
15 lines
192 B
C
/*
|
|
* config.h
|
|
*
|
|
*/
|
|
#ifndef __CONFIG_H__
|
|
#define __CONFIG_H__
|
|
|
|
/*
|
|
* Select one of the following definitions
|
|
*/
|
|
//#define CONFIG_JZ4730 1
|
|
#define CONFIG_JZ4740 1
|
|
|
|
#endif /* __CONFIG_H__ */
|