From 47e3a872c51e211154562621ce51aa8620688a0f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Wed, 2 Sep 2015 10:42:45 +0200 Subject: [PATCH] fdt_support: add missing #ifdef after merge --- include/fdt_support.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fdt_support.h b/include/fdt_support.h index 86c203ceb3..cb31847325 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -47,6 +47,7 @@ int fdt_find_and_setprop(void *fdt, const char *node, const char *prop, const void *val, int len, int create); void fdt_fixup_qe_firmware(void *fdt); +#if defined(__UBOOT__) /** * Update native-mode property of display-timings node to the phandle * of the timings matching a display by name (case insensitive). -- 2.39.2