Home
last modified time | relevance | path

Searched refs:IMAGE_BOOT_GET_CMDLINE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dimage.h99 # define IMAGE_BOOT_GET_CMDLINE 1 macro
101 # define IMAGE_BOOT_GET_CMDLINE 0 macro
/OK3568_Linux_fs/u-boot/common/
H A Dimage.c1517 if (IMAGE_BOOT_GET_CMDLINE) { in image_setup_linux()