Re: [U-Boot] [RFC PATCH 3/3] arm: bootm: Add dm_pre_os_remove() call to announce_and_cleanup()

2017-03-08 Thread Simon Glass
Hi Stefan, On 2 March 2017 at 23:35, Stefan Roese wrote: > Hi Simon, > > > On 03.03.2017 05:53, Simon Glass wrote: >> >> On 1 March 2017 at 03:23, Stefan Roese wrote: >>> >>> This patch adds a call to dm_pre_os_remove() to announce_and_cleanup() >>> so that drivers

Re: [U-Boot] [RFC PATCH 3/3] arm: bootm: Add dm_pre_os_remove() call to announce_and_cleanup()

2017-03-02 Thread Stefan Roese
Hi Simon, On 03.03.2017 05:53, Simon Glass wrote: On 1 March 2017 at 03:23, Stefan Roese wrote: This patch adds a call to dm_pre_os_remove() to announce_and_cleanup() so that drivers that have the flag DM_FLAG_PRE_OS_REMOVE set may do some last-stage cleanup before the OS is

Re: [U-Boot] [RFC PATCH 3/3] arm: bootm: Add dm_pre_os_remove() call to announce_and_cleanup()

2017-03-02 Thread Simon Glass
Hi Stefan, On 1 March 2017 at 03:23, Stefan Roese wrote: > This patch adds a call to dm_pre_os_remove() to announce_and_cleanup() > so that drivers that have the flag DM_FLAG_PRE_OS_REMOVE set may do > some last-stage cleanup before the OS is started. > > Signed-off-by: Stefan