From: Lothar Waßmann Date: Wed, 2 Sep 2015 08:42:45 +0000 (+0200) Subject: fdt_support: add missing #ifdef after merge X-Git-Tag: KARO-TX6-2015-09-18~2949 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=47e3a872c51e211154562621ce51aa8620688a0f fdt_support: add missing #ifdef after merge --- 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).