]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - libfdt/fdt_rw.c
Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
[people/ms/u-boot.git] / libfdt / fdt_rw.c
index 693bfe43a263733238c3664bef0999e14a0ef67e..aaafc53644fb89100db283bcfabf2adef9c535b0 100644 (file)
@@ -16,9 +16,6 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
-#include "config.h"
-#if CONFIG_OF_LIBFDT
-
 #include "libfdt_env.h"
 
 #include <fdt.h>
@@ -294,5 +291,3 @@ int fdt_pack(void *fdt)
        fdt_set_header(fdt, totalsize, _blob_data_size(fdt));
        return 0;
 }
-
-#endif /* CONFIG_OF_LIBFDT */