Re: [PATCH 2/2] board: Fix documentation for Snapdragon based Samsung and Qualcomm boards

2023-05-03 Thread Tom Rini
On Thu, Apr 20, 2023 at 04:58:48PM +0530, Bhupesh Sharma wrote: > The current documentation for Snapdragon based Samsung > and Qualcomm boards is vague in the sense that at one place > it mentions that u-boot can be used as a replacement for ABL > bootloader and at another it mentions that u-boot

Re: [PATCH 2/2] board: Fix documentation for Snapdragon based Samsung and Qualcomm boards

2023-05-03 Thread Sumit Garg
On Thu, 20 Apr 2023 at 16:59, Bhupesh Sharma wrote: > > The current documentation for Snapdragon based Samsung > and Qualcomm boards is vague in the sense that at one place > it mentions that u-boot can be used as a replacement for ABL > bootloader and at another it mentions that u-boot is loaded

[PATCH 2/2] board: Fix documentation for Snapdragon based Samsung and Qualcomm boards

2023-04-20 Thread Bhupesh Sharma
The current documentation for Snapdragon based Samsung and Qualcomm boards is vague in the sense that at one place it mentions that u-boot can be used as a replacement for ABL bootloader and at another it mentions that u-boot is loaded as an Android boot image through ABL. Fix the same. Signed-o