aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/intel_common/mrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/cpu/intel_common/mrc.c')
-rw-r--r--arch/x86/cpu/intel_common/mrc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/cpu/intel_common/mrc.c b/arch/x86/cpu/intel_common/mrc.c
index a5697a6..b35102a 100644
--- a/arch/x86/cpu/intel_common/mrc.c
+++ b/arch/x86/cpu/intel_common/mrc.c
@@ -242,11 +242,6 @@ static int sdram_initialise(struct udevice *dev, struct udevice *me_dev,
version >> 24 , (version >> 16) & 0xff,
(version >> 8) & 0xff, version & 0xff);
-#if CONFIG_USBDEBUG
- /* mrc.bin reconfigures USB, so reinit it to have debug */
- early_usbdebug_init();
-#endif
-
return 0;
}