码迷,mamicode.com
首页 > 其他好文 > 详细

make x210_sd_config做了什么

时间:2019-07-02 16:14:18      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:执行   rate   edit   c11   clu   tomat   tom   proc   end   

一。执行顶层目录下的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做了什么

标签:执行   rate   edit   c11   clu   tomat   tom   proc   end   

原文地址:https://www.cnblogs.com/genshu123/p/11121190.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!