Revert "rockchip: Only call binman when TPL available"
This reverts commit f5315dd629
.
[why]
TPL is not mandatory for not all Rockchip SoCs, some SoCs like
RK356x, and RK3588 still use mainline u-boot without TPL as
their ddr init programs are accessed via binaries provided by
Rockchip instead of ddr source code.
Marking TPL build makes it not able to build u-boot.itb on
RK356x targets so revert this so that it can build an SPL build
that would support all across Rockchip platforms.
Suggested-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Jagan Teki <jagan@edgeble.ai>
Tested-by: Anand Moon <linux.amoon@gmail.com> # CM3
This commit is contained in:
parent
f147aa80f5
commit
1a45a031d7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
#ifdef CONFIG_TPL
|
||||
#ifdef CONFIG_SPL
|
||||
&binman {
|
||||
simple-bin {
|
||||
filename = "u-boot-rockchip.bin";
|
||||
|
|
Loading…
Reference in a new issue