Re: [PATCH v5 0/2] Add support to fetch baudrate from dtb

2023-06-05 Thread Michal Simek
Hi Simon, On 5/25/23 06:02, Venkatesh Yadav Abbarapu wrote: In this patch series - Add support in Kconfig and convert for armada boards - Fetch baudrate from the dtb and update Changes in v5: - Adding DEFAULT_ENV_IS_RW Kconfig in missing files - Updating DEFAULT_ENV_IS_RW to

[PATCH v5 0/2] Add support to fetch baudrate from dtb

2023-05-25 Thread Venkatesh Yadav Abbarapu
In this patch series - Add support in Kconfig and convert for armada boards - Fetch baudrate from the dtb and update Changes in v5: - Adding DEFAULT_ENV_IS_RW Kconfig in missing files - Updating DEFAULT_ENV_IS_RW to CONFIG_DEFAULT_ENV_IS_RW Changes in v4: - Moved SERIAL_DT_BAUD to another patch