Home
last modified time | relevance | path

Searched refs:IH_ARCH_I386 (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/x86/include/asm/
Du-boot.h27 #define IH_ARCH_DEFAULT IH_ARCH_I386
/external/u-boot/common/
Dbootm.c176 if (images.os.arch == IH_ARCH_I386 || in bootm_find_os()
180 ret = boot_get_setup(&images, IH_ARCH_I386, &images.ep, &len); in bootm_find_os()
Dimage.c66 { IH_ARCH_I386, "x86", "Intel x86", },
Dimage-fit.c1397 (arch == IH_ARCH_I386 && image_arch == IH_ARCH_X86_64) || in fit_image_check_arch()
/external/u-boot/include/
Dimage.h172 IH_ARCH_I386, /* Intel x86 */ enumerator