commit | c0a4e2dc9a22fc8b8b798cf21023cd75c755938a | [log] [tgz] |
---|---|---|
author | Seung-Woo Kim <sw0312.kim@samsung.com> | Tue Sep 19 13:29:45 2017 +0900 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Fri Sep 29 11:23:45 2017 +0900 |
tree | 9777cfe38dae047fc0576a52eb0fb9713630e892 | |
parent | 10f0c3c6afda3813b70668d5f6fcb5b144fd64fe [diff] |
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. Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>