summaryrefslogtreecommitdiff
path: root/include/configs/evb_rk3568.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-11 14:55:53 -0500
committerTom Rini <trini@konsulko.com>2021-12-27 08:41:38 -0500
commitd5bfef2fcdc14848c20c10fcb546e7d574592617 (patch)
tree7d1e279e8f523ace2120ee9398fbd4abf484de33 /include/configs/evb_rk3568.h
parentde35b8f9c5f36023055a424dcbf49b8cc301f901 (diff)
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/evb_rk3568.h')
-rw-r--r--include/configs/evb_rk3568.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/evb_rk3568.h b/include/configs/evb_rk3568.h
index 2b255a11da..a0f2383bf2 100644
--- a/include/configs/evb_rk3568.h
+++ b/include/configs/evb_rk3568.h
@@ -8,8 +8,6 @@
#include <configs/rk3568_common.h>
-#define CONFIG_SUPPORT_EMMC_RPMB
-
#define ROCKCHIP_DEVICE_SETTINGS \
"stdout=serial,vidconsole\0" \
"stderr=serial,vidconsole\0"