
Hi Venkatesh,
On Tue, 19 Sept 2023 at 21:28, Venkatesh Yadav Abbarapu venkatesh.abbarapu@amd.com wrote:
From: Algapally Santosh Sagar santoshsagar.algapally@amd.com
The DEFAULT_ENV_IS_RW is moved to the Kconfig for easier configuration.
Please use imperative mood [1]
Move the DEFAULT_ENV_IS_RW to Kconfig for ...
Hence, the CONFIG_DEFAULT_ENV_IS_RW config is added to the defconfig files to allow enabling them for armada boards.
Hence, add the ...
Signed-off-by: Algapally Santosh Sagar santoshsagar.algapally@amd.com Signed-off-by: Venkatesh Yadav Abbarapu venkatesh.abbarapu@amd.com
configs/eDPU_defconfig | 1 + configs/mvebu_db-88f3720_defconfig | 1 + configs/mvebu_espressobin-88f3720_defconfig | 1 + configs/uDPU_defconfig | 1 + drivers/serial/Kconfig | 6 ++++++ include/configs/mvebu_armada-37xx.h | 1 - include/env_default.h | 2 +- include/env_internal.h | 2 +- 8 files changed, 12 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
[1] https://www.kernel.org/doc/html/latest/process/submitting-patches.html