mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 18:34:42 +00:00
doc: coolpi: Fix the defconfig name
The defconfig name should be: coolpi-cm5-genbook-rk3588_defconfig Signed-off-by: Andy Yan <andyshrk@163.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
c11dc783fb
commit
3e4eb3e259
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Get the TF-A and DDR init (TPL) binaries
|
|||
cd u-boot
|
||||
export ROCKCHIP_TPL=../rkbin/bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.17.bin
|
||||
export BL31=../rkbin/bin/rk35/rk3588_bl31_v1.46.elf
|
||||
make coolpi-genbook-cm5-rk3588_defconfig
|
||||
make coolpi-cm5-genbook-rk3588_defconfig
|
||||
make CROSS_COMPILE=aarch64-linux-gnu-
|
||||
|
||||
This will build ``u-boot-rockchip.bin`` for eMMC and ``u-boot-rockchip-spi.bin`` for SPI Nor.
|
||||
|
|
Loading…
Add table
Reference in a new issue