Re: [PATCH v2 06/15] rockchip: rk3328-nanopi-r2: Update defconfig

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

Re: [PATCH v2 06/15] rockchip: rk3328-nanopi-r2: Update defconfig

2024-02-16 Thread Tianling Shen
Hi Jonas, On Sat, Feb 17, 2024 at 8:23 AM Jonas Karlman wrote: > > Update defconfig for rk3328-nanopi-r2* boards 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.

[PATCH v2 06/15] rockchip: rk3328-nanopi-r2: Update defconfig

2024-02-16 Thread Jonas Karlman
Update defconfig for rk3328-nanopi-r2* boards 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