diff options
author | Tom Rini <trini@konsulko.com> | 2019-09-11 23:08:34 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-09-11 23:08:34 -0400 |
commit | 5ba8b1254311d00e2bdd9e227b78bdb7e89e69dd (patch) | |
tree | 57f8ed74076fb18accd456cc98a05839857238e8 /board/theobroma-systems/lion_rk3368/README | |
parent | 001c8ea94ae710d8340829237a7d788b25ce2ae7 (diff) | |
parent | 326b2624192336c99ba18d5151b51d0c07c23193 (diff) |
Merge tag 'u-boot-rockchip-20190912' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
- add idbloader.img target for rockchip tpl+spl;
- usb ehci/ohci: go on process if clock driver don't have clk_enable();
- remove clk_enable() for rockchip clock drivers;
- add boot order for rockpro64
Diffstat (limited to 'board/theobroma-systems/lion_rk3368/README')
-rw-r--r-- | board/theobroma-systems/lion_rk3368/README | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/theobroma-systems/lion_rk3368/README b/board/theobroma-systems/lion_rk3368/README index 83e4332984..ad3ac93bd4 100644 --- a/board/theobroma-systems/lion_rk3368/README +++ b/board/theobroma-systems/lion_rk3368/README @@ -18,8 +18,6 @@ Build the TPL/SPL stage ======================= > make CROSS_COMPILE=aarch64-unknown-elf- ARCH=arm - > tools/mkimage -n rk3368 -T rksd -d tpl/u-boot-tpl.bin spl-3368.img - > cat spl/u-boot-spl-dtb.bin >> spl-3368.img Build the full U-Boot and a FIT image including the ATF ======================================================= @@ -35,7 +33,7 @@ Copy the SPL to offset 32k and the FIT image containing the payloads SD-Card ------- - > dd if=spl-3368.img of=/dev/sdb seek=64 + > dd if=idbloader.img of=/dev/sdb seek=64 > dd if=u-boot.itb of=/dev/sdb seek=512 eMMC |