Home
last modified time | relevance | path

Searched refs:IMAGE_OF_SYSTEM_SETUP (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dimage.h110 # define IMAGE_OF_SYSTEM_SETUP 1 macro
112 # define IMAGE_OF_SYSTEM_SETUP 0 macro
Dimage.h.orig110 # define IMAGE_OF_SYSTEM_SETUP 1
112 # define IMAGE_OF_SYSTEM_SETUP 0
/third_party/uboot/u-boot-2020.01/common/
Dimage-fdt.c556 if (IMAGE_OF_SYSTEM_SETUP) { in image_setup_libfdt()