diff options
author | Andy Yan | 2019-11-26 21:15:37 +0800 |
---|---|---|
committer | Kever Yang | 2019-12-05 23:53:07 +0800 |
commit | bbc8457ae0be51c09fa4d13767a1365d82fd1154 (patch) | |
tree | 3c5f2981f2c51a88786745bc31976291e8d9d759 /doc | |
parent | 7e5ee346fc4c26c5f96ae13d599cf31d05fa6772 (diff) |
doc: rockchip: Update build instruction for rk3308
After commit d8765e2422cd ("Enable building of u-boot.itb
on Rockchip platform"), u-boot.itb will automatically
generated by "make all" command, manually command
"make u-boot.itb" is no longer needed.
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.rockchip | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/README.rockchip b/doc/README.rockchip index 67c14006a37..dae4ebc8e47 100644 --- a/doc/README.rockchip +++ b/doc/README.rockchip @@ -108,7 +108,6 @@ For example: => export BL31=/path/to/rkbin/bin/rk33/rk3308_bl31_v2.22.elf => make roc-rk3308-cc_defconfig => make CROSS_COMPILE=aarch64-linux-gnu- all - => make CROSS_COMPILE=aarch64-linux-gnu- u-boot.itb => ./tools/mkimage -n rk3308 -T rksd -d /path/to/rkbin/bin/rk33/rk3308_ddr_589MHz_uart2_m0_v1.26.bin idbloader.img => cat spl/u-boot-spl.bin >> idbloader.img |