Re: [PATCH v2 11/14] rockchip: rk3308-evb: Update defconfig

2024-04-23 Thread Kever Yang
Hi Jonas, On 2024/4/22 17:16, Jonas Karlman wrote: Hi Kever, On 2024-04-22 10:50, Kever Yang wrote: Hi Jonas, On 2024/4/9 02:14, Jonas Karlman wrote: Update defconfig for rk3308-evb with new defaults. Add OF_LIBFDT_OVERLAY=y to support device tree overlays. Remove the SPL_DRIVERS_MISC=y

Re: [PATCH v2 11/14] rockchip: rk3308-evb: Update defconfig

2024-04-22 Thread Jonas Karlman
Hi Kever, On 2024-04-22 10:50, Kever Yang wrote: > Hi Jonas, > > On 2024/4/9 02:14, Jonas Karlman wrote: >> Update defconfig for rk3308-evb with new defaults. >> >> Add OF_LIBFDT_OVERLAY=y to support device tree overlays. >> >> Remove the SPL_DRIVERS_MISC=y option, no misc driver is used in SPL.

Re: [PATCH v2 11/14] rockchip: rk3308-evb: Update defconfig

2024-04-22 Thread Kever Yang
Hi Jonas, On 2024/4/9 02:14, Jonas Karlman wrote: Update defconfig for rk3308-evb with new defaults. Add OF_LIBFDT_OVERLAY=y to support device tree overlays. Remove the SPL_DRIVERS_MISC=y option, no misc driver is used in SPL. Use DEBUG_UART_BASE=0xFF0E and disable DEBUG_UART_BOARD_INIT

[PATCH v2 11/14] rockchip: rk3308-evb: Update defconfig

2024-04-08 Thread Jonas Karlman
Update defconfig for rk3308-evb with new defaults. Add OF_LIBFDT_OVERLAY=y to support device tree overlays. Remove the SPL_DRIVERS_MISC=y option, no misc driver is used in SPL. Use DEBUG_UART_BASE=0xFF0E and disable DEBUG_UART_BOARD_INIT to make debug uart use uart4, same as stdout-path