[PATCH v6 1/2] configs: Add support in Kconfig and convert for armada boards
Simon Glass
sjg at chromium.org
Thu Sep 21 03:02:38 CEST 2023
Hi Venkatesh,
On Tue, 19 Sept 2023 at 21:28, Venkatesh Yadav Abbarapu
<venkatesh.abbarapu at amd.com> wrote:
>
> From: Algapally Santosh Sagar <santoshsagar.algapally at 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 at amd.com>
> Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu at 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 at chromium.org>
[1] https://www.kernel.org/doc/html/latest/process/submitting-patches.html
More information about the U-Boot
mailing list