|
@@ -1,5 +1,5 @@
|
|
/*
|
|
/*
|
|
- * Copyright 2010-2011 Freescale Semiconductor, Inc.
|
|
|
|
|
|
+ * Copyright 2010-2012 Freescale Semiconductor, Inc.
|
|
*
|
|
*
|
|
* Authors: Roy Zang <tie-fei.zang@freescale.com>
|
|
* Authors: Roy Zang <tie-fei.zang@freescale.com>
|
|
* Chunhe Lan <b25806@freescale.com>
|
|
* Chunhe Lan <b25806@freescale.com>
|
|
@@ -202,6 +202,9 @@ void ft_board_setup(void *blob, bd_t *bd)
|
|
do_fixup_by_path_string(blob, "nor_flash", "status", "disabled");
|
|
do_fixup_by_path_string(blob, "nor_flash", "status", "disabled");
|
|
do_fixup_by_path_string(blob, "nand_flash", "status", "okay");
|
|
do_fixup_by_path_string(blob, "nand_flash", "status", "okay");
|
|
#endif
|
|
#endif
|
|
|
|
+#ifdef CONFIG_HAS_FSL_DR_USB
|
|
|
|
+ fdt_fixup_dr_usb(blob, bd);
|
|
|
|
+#endif
|
|
|
|
|
|
fdt_fixup_fman_ethernet(blob);
|
|
fdt_fixup_fman_ethernet(blob);
|
|
}
|
|
}
|