aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/intel_common/mrc.c
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2018-06-03 19:04:19 -0700
committerBin Meng <bmeng.cn@gmail.com>2018-06-13 09:50:57 +0800
commita8542ad81f544e754a7173b43b13f9db1354de0f (patch)
tree3e325567f217f3540c2a8b20fa5761f13544ed8b /arch/x86/cpu/intel_common/mrc.c
parent7d0bc172e5a5621113710d5e6e1a5413845c0863 (diff)
downloadu-boot-a8542ad81f544e754a7173b43b13f9db1354de0f.zip
u-boot-a8542ad81f544e754a7173b43b13f9db1354de0f.tar.gz
u-boot-a8542ad81f544e754a7173b43b13f9db1354de0f.tar.bz2
x86: ivybridge: Drop CONFIG_USBDEBUG
This is not used anywhere. Clean this up. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
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;
}