mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
-add nandboot to xburst-tool
-nandboot load the zImage kernel Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
This commit is contained in:
14
nandboot/config.h
Normal file
14
nandboot/config.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* 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__ */
|
||||
Reference in New Issue
Block a user