mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
rockchip: Only call binman when TPL available
Rockchip platform use TPL to do the DRAM initialize for all the SoCs, if TPL is not available, means no available DRAM init program, and the u-boot-rockchip.bin is not functionable. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Change-Id: I2299f1eddce5aa7d5fb1a3fb4d8aeaa995b397fa
This commit is contained in:
parent
9bd3d354a1
commit
f5315dd629
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
#ifdef CONFIG_SPL
|
||||
#ifdef CONFIG_TPL
|
||||
&binman {
|
||||
simple-bin {
|
||||
filename = "u-boot-rockchip.bin";
|
||||
|
|
Loading…
Reference in a new issue