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 \;
linux:
find ./ -name Kconfig -exec grep 'config *CMDLINE' {} -nH \;
android:
find ./ -name BoardConfig.mk -exec grep 'BOARD_KERNEL_CMDLINE' {} -nH \;