在<u-boot>/include/common.h 文件中有以下几行代码
#ifdef DEBUG
#define _DEBUG 1
#else
#define _DEBUG 0
#endif
如果需要查看u-boot debug信息,只需要在这段代码前加上
#define DEBUG
在<u-boot>/include/common.h 文件中有以下几行代码
#ifdef DEBUG
#define _DEBUG 1
#else
#define _DEBUG 0
#endif
如果需要查看u-boot debug信息,只需要在这段代码前加上
#define DEBUG