zhoujiaxg@126.com Mr.Zhou的u-boot移植笔记中,添加CONFIG_S3C2440时,还需要在include/s3c24x0.h下的s3c24x0_clocl_power结构体下添加
#if defined(CONFIG_S3C2440)
S3C24X0_REG32 CAMDIVN;
#endif
在u-boot-2009.11/cpu/arm920t/s3c24x0/timer.c 还需要添加
#elif defined(CONFIG_SBC2410X) || \
defined(CONFIG_SMDK2410) || \
+ defined(CONFIG_MINI2440) || \
defined(CONFIG_VCMA9)
tbclk = CONFIG_SYS_HZ;
阅读(1323) | 评论(0) | 转发(0) |