Re: [U-Boot] [PATCH 1/3] test/py: Handle the banner being printed after relocation

2017-07-31 Thread Stephen Warren
On 07/28/2017 09:57 PM, Simon Glass wrote: Hi Stephen, On 27 July 2017 at 15:27, Stephen Warren wrote: On 07/27/2017 09:31 AM, Simon Glass wrote: If CONFIG_DISPLAY_BOARDINFO_LATE is enabled, U-Boot displays the banner again after relocation so that it is visible on

Re: [U-Boot] [PATCH 1/3] test/py: Handle the banner being printed after relocation

2017-07-28 Thread Simon Glass
Hi Stephen, On 27 July 2017 at 15:27, Stephen Warren wrote: > On 07/27/2017 09:31 AM, Simon Glass wrote: >> >> If CONFIG_DISPLAY_BOARDINFO_LATE is enabled, U-Boot displays the banner >> again after relocation so that it is visible on the video display. Detect >> this and

Re: [U-Boot] [PATCH 1/3] test/py: Handle the banner being printed after relocation

2017-07-27 Thread Stephen Warren
On 07/27/2017 09:31 AM, Simon Glass wrote: If CONFIG_DISPLAY_BOARDINFO_LATE is enabled, U-Boot displays the banner again after relocation so that it is visible on the video display. Detect this and allow it. Note: This patch is only an interim fix. If it is applied we should consider reverting

[U-Boot] [PATCH 1/3] test/py: Handle the banner being printed after relocation

2017-07-27 Thread Simon Glass
If CONFIG_DISPLAY_BOARDINFO_LATE is enabled, U-Boot displays the banner again after relocation so that it is visible on the video display. Detect this and allow it. Note: This patch is only an interim fix. If it is applied we should consider reverting it later since it is not needed if U-Boot is