disable usb init stuff

usbboot is not used by us.
ar7240_usb_initial_config changes PLL value which could be
a problem.
This commit is contained in:
Alexander Couzens 2015-06-03 21:26:12 +02:00
parent 07469c59e3
commit 2caf7c3d47
1 changed files with 2 additions and 2 deletions

View File

@ -443,8 +443,8 @@ ar7240_mem_config(void)
debug("#### TAP VALUE 1 = %x, 2 = %x\n",tap_val1, tap_val2);
#endif
ar7240_usb_initial_config();
ar7240_usb_otp_config();
//ar7240_usb_initial_config();
//ar7240_usb_otp_config();
//hornet_ddr_tap_init();
return (ar7240_ddr_find_size());