Re: [U-Boot] [PATCH 3/4] sunxi: Use spl_boot_device

2017-08-23 Thread Chen-Yu Tsai
On Wed, Aug 23, 2017 at 7:41 PM, Maxime Ripard wrote: > Our current board code duplicates a bit the spl_boot_device logic. Now that > we can use that function in the full-flavoured U-Boot, remove that > duplication and call the function instead. > > Signed-off-by: Maxime Ripard > --- > board/sun

[U-Boot] [PATCH 3/4] sunxi: Use spl_boot_device

2017-08-23 Thread Maxime Ripard
Our current board code duplicates a bit the spl_boot_device logic. Now that we can use that function in the full-flavoured U-Boot, remove that duplication and call the function instead. Signed-off-by: Maxime Ripard --- board/sunxi/board.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-