From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 11 Dec 2013 17:39:19 +0100 Subject: [U-Boot] [PATCH] arm: omap: cm_t35: update config file In-Reply-To: <1386777880-22993-1-git-send-email-nikita@compulab.co.il> References: <1386777880-22993-1-git-send-email-nikita@compulab.co.il> Message-ID: <52A89537.1080105@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11.12.2013 17:04, Nikita Kiryanov wrote: > This patch makes the following updates to the cm_t35 config file: > - Replace "ttyS" in default environment kernel bootargs with the new "ttyO" > notation. > - Remove "omapfb.debug=y" from default environment kernel bootargs. > - Define a minimal power-on delay for USB hub ports so that slow-to-power-on USB > sticks will have enough time to become responsive. > - Add support for bootz command > - ulpi_reset is not necessary and always fails with the following error message: > "ULPI: ulpi_reset: failed writing reset bit" > So, remove it. Yes, I had this on my list as well. :) > Cc: Tom Rini > Signed-off-by: Nikita Kiryanov > Acked-by: Igor Grinberg Acked-by: Stefan Roese Thanks, Stefan