]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
fdt_support: add missing #ifdef after merge
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 2 Sep 2015 08:42:45 +0000 (10:42 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 2 Sep 2015 08:42:45 +0000 (10:42 +0200)
include/fdt_support.h

index 86c203ceb3bc751fe4dc45c2490850cfc134dd57..cb31847325f844947e2d4991c80633cae9e7c4c3 100644 (file)
@@ -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);
 
                         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).
 /**
  * Update native-mode property of display-timings node to the phandle
  * of the timings matching a display by name (case insensitive).