Re: [U-Boot] [PATCH v2 7/9] Makefile.spl: Create u-boot-spl-rockchip.bin for rk3399

2019-05-06 Thread Jagan Teki
On Tue, May 7, 2019 at 12:04 PM Kever Yang wrote: > > Hi Jagan, > > On 04/28/2019 05:09 PM, Jagan Teki wrote: > > Rockchip platform would require an explicit call to mkimage for > > creating bootable images which indeed specific to SoC family > > along with boot devices. > > > > Example of creatin

Re: [U-Boot] [PATCH v2 7/9] Makefile.spl: Create u-boot-spl-rockchip.bin for rk3399

2019-05-06 Thread Kever Yang
Hi Jagan, On 04/28/2019 05:09 PM, Jagan Teki wrote: > Rockchip platform would require an explicit call to mkimage for > creating bootable images which indeed specific to SoC family > along with boot devices. > > Example of creating bootable image for rk3399 family with SD > boot device as > > ₹ mk

[U-Boot] [PATCH v2 7/9] Makefile.spl: Create u-boot-spl-rockchip.bin for rk3399

2019-04-28 Thread Jagan Teki
Rockchip platform would require an explicit call to mkimage for creating bootable images which indeed specific to SoC family along with boot devices. Example of creating bootable image for rk3399 family with SD boot device as ₹ mkimage -n rk3399 -T rksd -d ./spl/u-boot-spl-dtb.bin u-boot-spl-rock