From: "Jaehoon Chung" <jh80.chung@samsung.com>
To: "'Simon Glass'" <sjg@chromium.org>,
"'U-Boot Mailing List'" <u-boot@lists.denx.de>
Cc: "'Tom Rini'" <trini@konsulko.com>
Subject: RE: [PATCH v2 145/169] Correct SPL use of SUPPORT_EMMC_RPMB
Date: Mon, 6 Feb 2023 09:30:41 +0900 [thread overview]
Message-ID: <000a01d939c2$3e7bf510$bb73df30$@samsung.com> (raw)
In-Reply-To: <20230205224118.233425-146-sjg@chromium.org>
> -----Original Message-----
> From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Simon Glass
> Sent: Monday, February 6, 2023 7:41 AM
> To: U-Boot Mailing List <u-boot@lists.denx.de>
> Cc: Tom Rini <trini@konsulko.com>; Simon Glass <sjg@chromium.org>
> Subject: [PATCH v2 145/169] Correct SPL use of SUPPORT_EMMC_RPMB
>
> This converts 1 usage of this option to the non-SPL form, since there is
> no SPL_SUPPORT_EMMC_RPMB defined in Kconfig
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Best Regards,
Jaehoon Chung
> ---
>
> (no changes since v1)
>
> drivers/mmc/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile
> index 3a664c2ebbb..3dc757108d5 100644
> --- a/drivers/mmc/Makefile
> +++ b/drivers/mmc/Makefile
> @@ -46,7 +46,7 @@ obj-$(CONFIG_MMC_MXS) += mxsmmc.o
> obj-$(CONFIG_MMC_OCTEONTX) += octeontx_hsmmc.o
> obj-$(CONFIG_MMC_OWL) += owl_mmc.o
> obj-$(CONFIG_MMC_PCI) += pci_mmc.o
> -obj-$(CONFIG_$(SPL_TPL_)SUPPORT_EMMC_RPMB) += rpmb.o
> +obj-$(CONFIG_SUPPORT_EMMC_RPMB) += rpmb.o
> obj-$(CONFIG_MMC_SANDBOX) += sandbox_mmc.o
> obj-$(CONFIG_SH_MMCIF) += sh_mmcif.o
> obj-$(CONFIG_SH_SDHI) += sh_sdhi.o
> --
> 2.39.1.519.gcb327c4b5f-goog
next prev parent reply other threads:[~2023-02-06 0:31 UTC|newest]
Thread overview: 111+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-05 22:39 [PATCH v2 062/169] Correct SPL uses of CPU_MICROBLAZE Simon Glass
2023-02-05 22:39 ` [PATCH v2 063/169] Correct SPL use of DEBUG_UART_ZYNQ Simon Glass
2023-02-05 22:39 ` [PATCH v2 064/169] Correct SPL uses of DFU_VIRT Simon Glass
2023-02-09 17:49 ` Tom Rini
2023-02-12 23:14 ` Simon Glass
2023-02-05 22:39 ` [PATCH v2 067/169] Correct SPL use of DISPLAY_CPUINFO Simon Glass
2023-02-05 22:39 ` [PATCH v2 068/169] Correct SPL use of DM_RNG Simon Glass
2023-02-09 0:40 ` Tom Rini
2023-02-09 1:08 ` Simon Glass
2023-02-09 1:10 ` Tom Rini
2023-02-05 22:39 ` [PATCH v2 069/169] Correct SPL uses of DTB_RESELECT Simon Glass
2023-02-05 22:39 ` [PATCH v2 070/169] Correct SPL uses of DWC_ETH_QOS Simon Glass
2023-02-05 22:39 ` [PATCH v2 071/169] Correct SPL use of EFI_APP Simon Glass
2023-02-05 22:39 ` [PATCH v2 072/169] Correct SPL use of EFI_DEVICE_PATH_UTIL Simon Glass
2023-02-05 22:39 ` [PATCH v2 073/169] Correct SPL uses of EFI_HAVE_CAPSULE_SUPPORT Simon Glass
2023-02-05 22:39 ` [PATCH v2 074/169] Correct SPL use of EFI_LOADER_HII Simon Glass
2023-02-05 22:39 ` [PATCH v2 076/169] Correct SPL use of EFI_SECURE_BOOT Simon Glass
2023-02-10 18:43 ` Tom Rini
2023-02-05 22:39 ` [PATCH v2 077/169] Correct SPL use of EFI_TCG2_PROTOCOL Simon Glass
2023-02-06 23:41 ` Heinrich Schuchardt
2023-02-07 4:02 ` Simon Glass
2023-02-07 8:40 ` Heinrich Schuchardt
2023-02-07 13:38 ` Simon Glass
2023-02-05 22:39 ` [PATCH v2 078/169] Correct SPL use of EFI_UNICODE_COLLATION_PROTOCOL2 Simon Glass
2023-02-06 23:36 ` Heinrich Schuchardt
2023-02-06 23:38 ` Tom Rini
2023-02-07 1:24 ` Heinrich Schuchardt
2023-02-07 1:36 ` Tom Rini
2023-02-07 9:11 ` Heinrich Schuchardt
2023-02-05 22:39 ` [PATCH v2 079/169] Correct SPL uses of ENV_IS_IN_UBI Simon Glass
2023-02-05 22:39 ` [PATCH v2 080/169] Correct SPL uses of ENV_VARS_UBOOT_RUNTIME_CONFIG Simon Glass
2023-02-05 22:39 ` [PATCH v2 081/169] Correct SPL use of ENV_WRITEABLE_LIST Simon Glass
2023-02-05 22:39 ` [PATCH v2 082/169] Correct SPL use of EXYNOS7420 Simon Glass
2023-02-05 22:39 ` [PATCH v2 084/169] Correct SPL uses of FASTBOOT_FLASH Simon Glass
2023-02-05 22:39 ` [PATCH v2 087/169] Correct SPL use of FASTBOOT_MMC_USER_SUPPORT Simon Glass
2023-02-05 22:39 ` [PATCH v2 088/169] Correct SPL use of FDT_SIMPLEFB Simon Glass
2023-02-05 22:39 ` [PATCH v2 090/169] Correct SPL use of FSL_CAAM Simon Glass
2023-02-05 22:40 ` [PATCH v2 091/169] Correct SPL uses of FSL_ISBC_KEY_EXT Simon Glass
2023-02-09 1:09 ` Tom Rini
2023-02-12 23:14 ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 092/169] Correct SPL use of FSL_MC_ENET Simon Glass
2023-02-05 22:40 ` [PATCH v2 093/169] Correct SPL use of FSP_VERSION2 Simon Glass
2023-02-10 12:41 ` Tom Rini
2023-02-12 23:14 ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 094/169] Correct SPL use of FS_EROFS Simon Glass
2023-02-05 22:40 ` [PATCH v2 095/169] Correct SPL use of GENERATE_SMBIOS_TABLE Simon Glass
2023-02-09 2:40 ` Tom Rini
2023-02-12 23:14 ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 096/169] Correct SPL uses of GMAC_ROCKCHIP Simon Glass
2023-02-09 1:51 ` Tom Rini
2023-02-12 23:14 ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 097/169] Correct SPL use of HUSH_PARSER Simon Glass
2023-02-05 22:40 ` [PATCH v2 098/169] Correct SPL uses of HW_WATCHDOG Simon Glass
2023-02-05 22:40 ` [PATCH v2 099/169] Correct SPL uses of I8259_PIC Simon Glass
2023-02-10 12:41 ` Tom Rini
2023-02-12 23:14 ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 100/169] Correct SPL uses of IMX8M Simon Glass
2023-02-05 22:40 ` [PATCH v2 101/169] Correct SPL use of IMX8MN_BEACON_2GB_LPDDR Simon Glass
2023-02-05 22:40 ` [PATCH v2 102/169] Correct SPL uses of IMX_MODULE_FUSE Simon Glass
2023-02-05 22:40 ` [PATCH v2 103/169] Correct SPL uses of IMX_RDC Simon Glass
2023-02-09 2:39 ` Tom Rini
2023-02-12 23:14 ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 104/169] Correct SPL uses of LMB Simon Glass
2023-02-05 22:40 ` [PATCH v2 105/169] Correct SPL uses of MICROBLAZE Simon Glass
2023-02-05 22:40 ` [PATCH v2 106/169] Correct SPL use of MIPS_CM Simon Glass
2023-02-05 22:40 ` [PATCH v2 107/169] Correct SPL use of MMC_QUIRKS Simon Glass
2023-02-06 0:30 ` Jaehoon Chung
2023-02-09 21:32 ` Tom Rini
2023-02-05 22:40 ` [PATCH v2 108/169] Correct SPL uses of MTD Simon Glass
2023-02-05 22:40 ` [PATCH v2 109/169] Correct SPL uses of MULTIPLEXER Simon Glass
2023-02-09 15:56 ` Tom Rini
2023-02-12 23:14 ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 110/169] Correct SPL uses of NEEDS_MANUAL_RELOC Simon Glass
2023-02-05 22:40 ` [PATCH v2 111/169] Correct SPL use of NETDEVICES Simon Glass
2023-02-05 22:40 ` [PATCH v2 112/169] Correct SPL uses of NXP_FSPI Simon Glass
2023-02-09 2:04 ` Tom Rini
2023-02-12 23:14 ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 113/169] Correct SPL use of OCTEON_SERIAL_BOOTCMD Simon Glass
2023-02-05 22:40 ` [PATCH v2 114/169] Correct SPL use of OCTEON_SERIAL_PCIE_CONSOLE Simon Glass
2023-02-05 22:40 ` [PATCH v2 116/169] Correct SPL use of OF_EMBED Simon Glass
2023-02-05 22:40 ` [PATCH v2 118/169] Correct SPL use of PARTITION_TYPE_GUID Simon Glass
2023-02-05 22:40 ` [PATCH v2 119/169] Correct SPL use of PCI_PNP Simon Glass
2023-02-09 23:34 ` Tom Rini
2023-02-12 23:14 ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 120/169] Correct SPL uses of PG_WCOM_UBOOT_BOOTPACKAGE Simon Glass
2023-02-05 22:40 ` [PATCH v2 121/169] Correct SPL uses of PG_WCOM_UBOOT_UPDATE Simon Glass
2023-02-05 22:40 ` [PATCH v2 124/169] Correct SPL use of PHY_CADENCE_TORRENT Simon Glass
2023-02-09 0:39 ` Tom Rini
2023-02-12 23:14 ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 126/169] Correct SPL uses of PMIC_STPMIC1 Simon Glass
2023-02-05 22:40 ` [PATCH v2 127/169] Correct SPL use of QFW_PIO Simon Glass
2023-02-10 12:41 ` Tom Rini
2023-02-12 23:14 ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 128/169] Correct SPL use of REGEX Simon Glass
2023-02-05 22:40 ` [PATCH v2 129/169] Correct SPL use of RENESAS_SDHI Simon Glass
2023-02-05 22:40 ` [PATCH v2 130/169] Correct SPL use of RESV_RAM Simon Glass
2023-02-05 22:40 ` [PATCH v2 131/169] Correct SPL uses of ROCKCHIP_EFUSE Simon Glass
2023-02-05 22:40 ` [PATCH v2 133/169] Correct SPL use of SANDBOX Simon Glass
2023-02-05 22:40 ` [PATCH v2 134/169] Correct SPL uses of SANDBOX_CLK_CCF Simon Glass
2023-02-05 22:40 ` [PATCH v2 135/169] Correct SPL uses of SAVE_PREV_BL_FDT_ADDR Simon Glass
2023-02-05 22:40 ` [PATCH v2 138/169] Correct SPL uses of SIFIVE_OTP Simon Glass
2023-02-05 22:40 ` [PATCH v2 139/169] Correct SPL use of SL28CPLD Simon Glass
2023-02-05 22:40 ` [PATCH v2 140/169] Correct SPL use of SL28_SPL_LOADS_OPTEE_BL32 Simon Glass
2023-02-05 22:40 ` [PATCH v2 144/169] Correct SPL use of STM32MP15X_STM32IMAGE Simon Glass
2023-02-05 22:40 ` [PATCH v2 145/169] Correct SPL use of SUPPORT_EMMC_RPMB Simon Glass
2023-02-06 0:30 ` Jaehoon Chung [this message]
2023-02-05 22:40 ` [PATCH v2 146/169] Correct SPL use of SYS_FSL_ERRATUM_A010539 Simon Glass
2023-02-05 22:40 ` [PATCH v2 147/169] Correct SPL uses of SYS_LONGHELP Simon Glass
2023-02-05 22:40 ` [PATCH v2 148/169] Correct SPL use of SYS_MEM_RSVD_FOR_MMU Simon Glass
2023-02-05 22:40 ` [PATCH v2 150/169] Correct SPL use of TARGET_MX6UL_9X9_EVK Simon Glass
2023-02-05 22:41 ` [PATCH v2 151/169] Correct SPL use of TARGET_PG_WCOM_EXPU1 Simon Glass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000a01d939c2$3e7bf510$bb73df30$@samsung.com' \
--to=jh80.chung@samsung.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox