summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonas Karlman <[email protected]>2024-02-17 00:22:29 +0000
committerKever Yang <[email protected]>2024-03-14 11:40:48 +0800
commit51ee38dd67e217f39f00f6087480f29202e21517 (patch)
tree21e45fc1017f5ad645d2b657fd2d012d94a7bf42 /doc
parent93cc018ca86c794e07d1e40fdc8acf50ba03a41a (diff)
rockchip: rk3328-rock64: Update defconfig
Update defconfig for rk3328-rock64 with new defaults. Remove the SPL_DRIVERS_MISC=y option, no misc driver is used in SPL. 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. Also add LEGACY_IMAGE_FORMAT=y to keep support for scripts. Remove SPL_I2C=y and SPL_PMIC_RK8XX=y, the related i2c and pmic nodes is not included in the SPL fdt. Add CMD_GPIO=y and CMD_REGULATOR=y to add the helpful gpio and regulator commands. Also add CMD_POWEROFF=y to be able to use the poweroff command. Remove the NET_RANDOM_ETHADDR=y option, ethaddr and eth1addr is set based on cpuid read from eFUSE. Add SPL_DM_SEQ_ALIAS=y option to use alias sequence number in SPL. Add DM_ETH_PHY=y and PHY_REALTEK=y to support onboard ethernet PHY. Remove REGULATOR_PWM=y, the pwm-regulator compatible is not used. Also add missing device tree file to MAINTAINERS and add myself as a reviewer for this board. Signed-off-by: Jonas Karlman <[email protected]> Reviewed-by: Dragan Simic <[email protected]> Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions