commit | 8c20dfac40b33a1b3225bf8437a1c5668f14796d | [log] [tgz] |
---|---|---|
author | Massimo Pegorer <massimo.pegorer+oss@gmail.com> | Sat Sep 09 11:33:24 2023 +0200 |
committer | Kever Yang <kever.yang@rock-chips.com> | Sat Oct 07 16:49:41 2023 +0800 |
tree | 683286617e9d95c86c25c6344ecfac67fa8becfd | |
parent | f68c63da3998c3c8d8dace0c846158058304f55f [diff] |
rockchip: Kconfig: Enable external TPL binary for rk3308 There is no support to initialize DRAM on rk3308 SoC using U-Boot TPL or SPL, and therefore an external TPL binary must be used to package a bootable u-boot-rockchip.bin image. Default ROCKCHIP_EXTERNAL_TPL to yes if ROCKCHIP_RK3308. Remove useless TPL_SERIAL. Signed-off-by: Massimo Pegorer <massimo.pegorer+oss@gmail.com> Tested-by: FUKAUMI Naoki <naoki@radxa.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>