]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: rk3588-rock-5b: Update defconfig
authorJonas Karlman <jonas@kwiboo.se>
Wed, 17 May 2023 18:26:38 +0000 (18:26 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Thu, 18 May 2023 00:44:05 +0000 (08:44 +0800)
commitec48bcf48ca4198a0c3c39386f2d75fb10e24cf7
treeaccfff4b9f802f85c88c53ea56c6eb2c66458828
parent6fb02589a60811ebf24ad1724d491c55fb183d98
rockchip: rk3588-rock-5b: Update defconfig

Update defconfig for rk3588-rock-5b with new defaults.

Remove the SPL_ROCKCHIP_BACK_TO_BROM=y option, SPL is expected to load
next stage from a FIT image and then jump to next stage not back to
BootRom.

Extend SPL_MAX_SIZE to 0x40000, SPL is loaded to 0x0 and TF-A is loaded
to 0x40000, use the space in between as SPL_MAX_SIZE.

Add config option to include useful gpio cmd.

Remove the CONFIG_NET_RANDOM_ETHADDR=y option, ethaddr and eth1addr is
set based on cpuid read from OTP.

Add CONFIG_SYS_NS16550_MEM32=y to use 32bit access of serial register.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
configs/rock5b-rk3588_defconfig