Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/platform/olpc/
H A Dolpc.c184 const char *olpc_arch; in check_ofw_architecture() local
187 olpc_arch = of_get_property(root, "architecture", &propsize); in check_ofw_architecture()
188 return propsize == 5 && strncmp("OLPC", olpc_arch, 5) == 0; in check_ofw_architecture()