diff options
author | Tom Rini | 2021-10-30 23:03:54 -0400 |
---|---|---|
committer | Tom Rini | 2021-11-05 11:23:29 -0400 |
commit | 4d7a3f52d03ed6668ca6cc2ed009c1f9bb0007dc (patch) | |
tree | 60eb405800b486b2cebf611acf913ed03c6c90b3 /configs/adp-ag101p_defconfig | |
parent | 74337aa4506c76e790ab45ad4f4ab854f25d19da (diff) |
Convert CONFIG_OF_EMBED to Kconfig
This converts the following to Kconfig:
CONFIG_OF_EMBED
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'configs/adp-ag101p_defconfig')
-rw-r--r-- | configs/adp-ag101p_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |