Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Du-boot.h22 #define IH_ARCH_DEFAULT IH_ARCH_PPC
/OK3568_Linux_fs/u-boot/tools/
H A Dpblimage.c301 } else if (params->arch == IH_ARCH_PPC) { in pblimage_check_params()
302 arch_flag = IH_ARCH_PPC; in pblimage_check_params()
H A Dmkimage.c21 .arch = IH_ARCH_PPC,
/OK3568_Linux_fs/u-boot/common/
H A Dimage.c74 { IH_ARCH_PPC, "powerpc", "PowerPC", },
75 { IH_ARCH_PPC, "ppc", "PowerPC", },
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h177 IH_ARCH_PPC, /* PowerPC */ enumerator