Re: [U-Boot] [PATCH v2] Exynos: Make sure ps_hold gets set in the SPL

2014-05-28 Thread Minkyu Kang
Dear Akshay Saraswat, On 26/05/14 22:51, Akshay Saraswat wrote: > From: Doug Anderson > > Setting ps_hold ought to be one of the first things we do when we > first boot up. If we wait until the main u-boot runs we won't set it > in time and the PMIC may power us back off. > > Moving ps_hold set

[U-Boot] [PATCH v2] Exynos: Make sure ps_hold gets set in the SPL

2014-05-26 Thread Akshay Saraswat
From: Doug Anderson Setting ps_hold ought to be one of the first things we do when we first boot up. If we wait until the main u-boot runs we won't set it in time and the PMIC may power us back off. Moving ps_hold setup into the generic power_init() which should contain code that's currently dup