diff options
author | Tom Rini <trini@konsulko.com> | 2021-12-11 14:55:53 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-27 08:41:38 -0500 |
commit | d5bfef2fcdc14848c20c10fcb546e7d574592617 (patch) | |
tree | 7d1e279e8f523ace2120ee9398fbd4abf484de33 /include/configs/firefly_rk3308.h | |
parent | de35b8f9c5f36023055a424dcbf49b8cc301f901 (diff) | |
download | u-boot-d5bfef2fcdc14848c20c10fcb546e7d574592617.tar.gz |
Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig
This converts the following to Kconfig:
CONFIG_SUPPORT_EMMC_RPMB
This fixes a few platforms where the option was not taking effect as
intended.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/firefly_rk3308.h')
-rw-r--r-- | include/configs/firefly_rk3308.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/firefly_rk3308.h b/include/configs/firefly_rk3308.h index 3af24930431..28e3a547e33 100644 --- a/include/configs/firefly_rk3308.h +++ b/include/configs/firefly_rk3308.h @@ -8,8 +8,6 @@ #include <configs/rk3308_common.h> -#define CONFIG_SUPPORT_EMMC_RPMB - #define ROCKCHIP_DEVICE_SETTINGS \ "stdout=serial,vidconsole\0" \ "stderr=serial,vidconsole\0" |