diff options
author | Adam Ford | 2021-12-06 10:29:29 -0600 |
---|---|---|
committer | Marek Vasut | 2021-12-13 00:37:28 +0100 |
commit | dcbf1145e29651c4eed3e5fe892bd2067c478206 (patch) | |
tree | d2c810eceb62b76d713ada8e873da76ae382a7f1 /configs | |
parent | 61b3a0101acd5d1c08348fca85ac4c075be3f607 (diff) |
ARM: rmobile: Fix rzg2_beacon_defconfig to address new aliases
The resync of the device trees from Linux 5.16-rc3 caused aliases
to appear on the MMC devices which changed the numbering.
This broke the reading/writing of the environmental variables,
so update the defconfig accordingly.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/rzg2_beacon_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/rzg2_beacon_defconfig b/configs/rzg2_beacon_defconfig index b9bbc200b67..6c48c3b8c91 100644 --- a/configs/rzg2_beacon_defconfig +++ b/configs/rzg2_beacon_defconfig @@ -39,7 +39,6 @@ CONFIG_MULTI_DTB_FIT_LZO=y CONFIG_MULTI_DTB_FIT_USER_DEFINED_AREA=y 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 |