]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/p2020come/p2020come.c
Merge branch 'master' of git://git.denx.de/u-boot-microblaze
[karo-tx-uboot.git] / board / freescale / p2020come / p2020come.c
index 8cf7beea72d379eaed42d11d4c82cb724cd40a33..ba4ef87255b4e7e9539a01e2396ec8b249ce90a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2009 Freescale Semiconductor, Inc.
+ * Copyright 2009,2012 Freescale Semiconductor, Inc.
  *
  * See file CREDITS for list of people who contributed to this
  * project.
@@ -282,6 +282,8 @@ void ft_board_setup(void *blob, bd_t *bd)
 
        fdt_fixup_memory(blob, (u64)base, (u64)size);
 
+#ifdef CONFIG_HAS_FSL_DR_USB
        fdt_fixup_dr_usb(blob, bd);
+#endif
 }
 #endif