diff options
author | Tom Rini | 2020-10-09 12:22:06 -0400 |
---|---|---|
committer | Tom Rini | 2020-10-09 12:22:06 -0400 |
commit | 0817daa7606ec55ba551acb0208eaba33a548804 (patch) | |
tree | 760afc39c86954919d0a3abe3b9edba4a49dbe36 /configs/r8a774a1_beacon_defconfig | |
parent | 1fa057be4a1b7c9615a47f682bd82951e8a5fde6 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/r8a774a1_beacon_defconfig')
-rw-r--r-- | configs/r8a774a1_beacon_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/r8a774a1_beacon_defconfig b/configs/r8a774a1_beacon_defconfig index 25b72117ea7..5d564d82c2f 100644 --- a/configs/r8a774a1_beacon_defconfig +++ b/configs/r8a774a1_beacon_defconfig @@ -10,10 +10,9 @@ CONFIG_TARGET_BEACON_RZG2M=y CONFIG_DEFAULT_DEVICE_TREE="r8a774a1-beacon-rzg2m-kit" CONFIG_SMBIOS_PRODUCT_NAME="" CONFIG_FIT=y -# CONFIG_ARCH_FIXUP_FDT_MEMORY is not set CONFIG_SUPPORT_RAW_INITRD=y +# CONFIG_ARCH_FIXUP_FDT_MEMORY is not set CONFIG_DEFAULT_FDT_FILE="r8a774a1-beacon-rzg2m-kit.dtb" -CONFIG_VERSION_VARIABLE=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y CONFIG_CMD_GPIO=y @@ -34,6 +33,7 @@ CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_MMC_ENV_DEV=1 CONFIG_SYS_MMC_ENV_PART=2 +CONFIG_VERSION_VARIABLE=y CONFIG_REGMAP=y CONFIG_SYSCON=y CONFIG_CLK=y |