commit | 6824f3955e986e6941dfc315687a36df20503493 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 15:40:54 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 10 07:41:40 2023 -0500 |
tree | 4b21c03080b0037c2ee3703d9086d42fe8b0ff76 | |
parent | 1e58e023cf64ead4b8232140866e0f2ec6e88f3b [diff] |
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>