]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: rk3588-evb: 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)
commit6fb02589a60811ebf24ad1724d491c55fb183d98
tree3448f8f1fbc55b5e843b809d33a56bd665c2d45f
parent153c87be489ebd699440aa69fd4aa5c28dfca906
rockchip: rk3588-evb: Update defconfig

Update defconfig for rk3588-evb with new defaults.

Add CONFIG_SPL_FIT_SIGNATURE=y to let SPL verify an auto generated hash
of FIT images. This help indicate if there is an issue loading any of
the images to DRAM or SRAM.

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 options to include useful gpio and regulator cmd.

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

Remove CONFIG_DEBUG_UART_ANNOUNCE=y to remove debug messages.

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/evb-rk3588_defconfig