标签:创建 samsung clu ams board 文件 end arm 内容
ln -s asm-arm asm
ln -s arch-s3c24x0 asm-arm/arch
ln -s proc-armv asm-arm/proc
ARM = arm
CPU = arm920t
BOARD = smdk2410
VENDOR = samsung
SOC = s3c24x0
内容如下:
#include <configs/smdk2410.h>
#include <asm/config.h>
uboot中 make xxx_config 的作用(以make smdk2410_config为例)
标签:创建 samsung clu ams board 文件 end arm 内容
原文地址:http://www.cnblogs.com/linhaostudy/p/6939498.html