diff options
| author | Algapally Santosh Sagar <[email protected]> | 2023-09-21 16:50:42 +0530 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2023-11-07 13:47:08 +0100 |
| commit | 8819892bdbcfe8797bb1ebf45806d9b5ebb86674 (patch) | |
| tree | 4d6a1c1c70a2534ad10b2a8e2d7343c209427efe /configs/eDPU_defconfig | |
| parent | 3af0e9556c968fc2c40e3778d8f1e668a90af92e (diff) | |
configs: Add support in Kconfig and convert for armada boards
Move the DEFAULT_ENV_IS_RW to Kconfig for easier configuration.
Hence, add the CONFIG_DEFAULT_ENV_IS_RW config to the defconfig files
to allow enabling them for armada boards.
Signed-off-by: Algapally Santosh Sagar <[email protected]>
Signed-off-by: Venkatesh Yadav Abbarapu <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'configs/eDPU_defconfig')
| -rw-r--r-- | configs/eDPU_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/eDPU_defconfig b/configs/eDPU_defconfig index f51df7861a2..aef75c7780a 100644 --- a/configs/eDPU_defconfig +++ b/configs/eDPU_defconfig @@ -20,6 +20,7 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_USE_PREBOOT=y # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set +CONFIG_DEFAULT_ENV_IS_RW=y CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_BOARD_EARLY_INIT_F=y CONFIG_SYS_PROMPT="eDPU>> " |
