u-boot编译问题
今天我用u-boot-1.1.4想编译uboot.bin文件。下面是我做的过程:
1、我在顶层Makefile中添加了我的开发板。
magic2410_config : unconfig
@./mkcofig $(@:_config=) arm arm920t magic2410 NULL s3c24x0
2、在board目录下建了新目录:magic2410,在下面把board/smdk2410/下的六个文件拷到magic2410目录下,并把smdk2410.c改为了magic2410.c
3、cp include/configs/smkd2410.h include/configs/magic2410.h
4、我make magic2410_config出现:configuring for magic2410 board ...就没有了。
这是什么原因啊?也没有出现u-boot.bin文件。
望知道原因的朋友们给我一点指点。谢谢!
|