Searched hist:f8cd15a1599ce6088e45db8aaa0ad0ad464502d0 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_mmc.c | f8cd15a1599ce6088e45db8aaa0ad0ad464502d0 Tue Sep 19 04:29:45 UTC 2017 Seung-Woo Kim <sw0312.kim@samsung.com> UPSTREAM: spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector()
If there are no CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION, CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR and CONFIG_SPL_OS_BOOT, there is unused-function build warning. Add __maybe_unused macro to remove the warning.
Change-Id: Ibd880ebc42fdb4610106a8f53645bfd61825dc9e Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit b016b585425b66ea53eef6b8600aff78a4205b9e)
|