CONFIG_CMDLINE & BOARD_KERNEL_CMDLINE

linux:

find ./ -name Kconfig -exec grep  'config *CMDLINE' {} -nH \;

 

android:

find ./ -name BoardConfig.mk -exec grep 'BOARD_KERNEL_CMDLINE' {} -nH \;

posted on 2014-09-23 22:06  阿加  阅读(954)  评论(0)    收藏  举报

导航