diff options
| author | Tom Rini <[email protected]> | 2021-10-30 23:03:54 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-11-05 11:23:29 -0400 |
| commit | 4d7a3f52d03ed6668ca6cc2ed009c1f9bb0007dc (patch) | |
| tree | 60eb405800b486b2cebf611acf913ed03c6c90b3 /configs | |
| parent | 74337aa4506c76e790ab45ad4f4ab854f25d19da (diff) | |
Convert CONFIG_OF_EMBED to Kconfig
This converts the following to Kconfig:
CONFIG_OF_EMBED
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/adp-ae3xx_defconfig | 1 | ||||
| -rw-r--r-- | configs/adp-ag101p_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/adp-ae3xx_defconfig b/configs/adp-ae3xx_defconfig index 21837123d4d..3fa00fb4cc4 100644 --- a/configs/adp-ae3xx_defconfig +++ b/configs/adp-ae3xx_defconfig @@ -24,6 +24,7 @@ CONFIG_CMD_DATE=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y CONFIG_OF_CONTROL=y +CONFIG_OF_EMBED=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y diff --git a/configs/adp-ag101p_defconfig b/configs/adp-ag101p_defconfig index 3b2c5ea3b8a..cc6541b1e3b 100644 --- a/configs/adp-ag101p_defconfig +++ b/configs/adp-ag101p_defconfig @@ -22,6 +22,7 @@ CONFIG_CMD_DATE=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y CONFIG_OF_CONTROL=y +CONFIG_OF_EMBED=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_FLASH=y CONFIG_ENV_ADDR=0x80140000 |
