Re: [PATCH v2 04/15] rockchip: rk3328-roc-cc: Update defconfig

2024-03-13 Thread Kever Yang
On 2024/2/17 08:22, Jonas Karlman wrote: Update defconfig for rk3328-roc-cc 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 lo

[PATCH v2 04/15] rockchip: rk3328-roc-cc: Update defconfig

2024-02-16 Thread Jonas Karlman
Update defconfig for rk3328-roc-cc 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