make x210_sd_config做了什么
Posted genshu123
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了make x210_sd_config做了什么相关的知识,希望对你有一定的参考价值。
一。执行顶层目录下的mkconfig脚本:
1. include/asm->asm_arm
2. include/asm-arm/arch->s5pc11x
3. include/regs.h->s5pc110.h
4. include/asm-arm/proc->proc-armv
5. 创建include/config.mk并且写入:
ARCH = arm CPU = s5pc11x BOARD = x210 VENDOR = samsung SOC = s5pc110
6. 创建include/config.h写入:
/* Automatically generated - do not edit */
#include <configs/x210_sd.h>
二。创建board/samsung/x210/config.mk写入:
1. TEXT_BASE = 0xc3e00000
以上是关于make x210_sd_config做了什么的主要内容,如果未能解决你的问题,请参考以下文章
uboot主Makefile之9——2589行 x210_sd_config目标