Home
last modified time | relevance | path

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

/external/u-boot/include/
Dimage.h98 # define IMAGE_BOOT_GET_CMDLINE 1 macro
100 # define IMAGE_BOOT_GET_CMDLINE 0 macro
/external/u-boot/common/
Dimage.c1494 if (IMAGE_BOOT_GET_CMDLINE) { in image_setup_linux()