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>
This commit is contained in:
@@ -12,6 +12,4 @@
|
||||
"stdout=serial,vidconsole\0" \
|
||||
"stderr=serial,vidconsole\0"
|
||||
|
||||
#define CONFIG_SUPPORT_EMMC_RPMB
|
||||
|
||||
#endif
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
#if defined(CONFIG_MMC_OCTEONTX)
|
||||
#define MMC_SUPPORTS_TUNING
|
||||
/** EMMC specific defines */
|
||||
#define CONFIG_SUPPORT_EMMC_RPMB
|
||||
#endif
|
||||
|
||||
#endif /* __OCTEONTX2_COMMON_H__ */
|
||||
|
||||
@@ -70,9 +70,6 @@
|
||||
#define CONFIG_SYS_MMC_MAX_BLK_COUNT 8192
|
||||
|
||||
/** EMMC specific defines */
|
||||
#if defined(CONFIG_MMC_OCTEONTX)
|
||||
#define CONFIG_SUPPORT_EMMC_RPMB
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_NAND_OCTEONTX)
|
||||
/*#define CONFIG_MTD_CONCAT */
|
||||
|
||||
Reference in New Issue
Block a user