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

u-boot中CONFIG_SUPPORT_SPL、CONFIG_SPL和CONFIG_SPL_BUILD的作用

时间:2020-06-21 10:07:01      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:ati   image   pre   lang   ima   div   git   配置   you   

u-boot关于SPL有三个配置项,CONFIG_SUPPORT_SPL、CONFIG_SPL和CONFIG_SPL_BUILD,其中CONFIG_SUPPORT_SPL和CONFIG_SPL在Kconfig中定义,如下:

config SUPPORT_SPL
        bool

config SUPPORT_TPL
        bool

config SPL
        bool
        depends on SUPPORT_SPL
        prompt "Enable SPL"
        help
          If you want to build SPL as well as the normal image, say Y.

CONFIG_SUPPORT_SPL表示是否支持SPL功能,一般是在具体arch的Kconfig的版型菜单中,根据需要select

 

u-boot中CONFIG_SUPPORT_SPL、CONFIG_SPL和CONFIG_SPL_BUILD的作用

标签:ati   image   pre   lang   ima   div   git   配置   you   

原文地址:https://www.cnblogs.com/liujunhuasd/p/13171287.html

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