MA-14898 Fix build warnings
authorJi Luo <ji.luo@nxp.com>
Thu, 30 May 2019 02:23:10 +0000 (10:23 +0800)
committerJindong <jindong.yue@nxp.com>
Wed, 17 Jul 2019 06:44:01 +0000 (14:44 +0800)
commite97cda04dfa45a97eff38323c5e49e5ede04bc20
treeee252863fee4c1e7e0950bd37f288c89f2ce4500
parent6af958b65443f1a56f45e9048e4f12b4a9088633
MA-14898 Fix build warnings

Include correct header files to avoid build warning:
  common/image-android.c:151:68: warning: implicit declaration
  of function ‘mmc_get_env_dev’ [-Wimplicit-function-declaration]
  " androidboot.boot_device_root=mmcblk%d", mmc_map_to_kernel_blk(mmc_get_env_dev()));

Change-Id: I932a178500e7397f72d717efae0dd2d954a909d8
Signed-off-by: Ji Luo <ji.luo@nxp.com>
common/image-android.c