1. 21 2月, 2016 11 次提交
  2. 04 2月, 2016 3 次提交
    • P
      imx: mx6: implement board_mmc_get_env_dev · fb0d0428
      Peng Fan 提交于
      Implement board_mmc_get_env_dev for the boards.
      
      Following is examples:
      SD1/SD2/SD3: return devno;
      SD2/SD3: return devno - 1;
      SD2/SD4: if (devno == 2), return dev - 2; return dev - 1;
      Signed-off-by: NPeng Fan <peng.fan@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      fb0d0428
    • P
      imx: mx6: implement mmc_get_env_dev · 216d286c
      Peng Fan 提交于
      Implement mmc_get_env_dev, devno can be got from smbr1 of SRC.
      Introduce a weak function board_mmc_get_env_dev, different
      boards can implement it according to different sdhc controllers
      that used by the board.
      Signed-off-by: NPeng Fan <peng.fan@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      216d286c
    • P
      imx: mx7dsabresd: move mmc_get_env_devno to soc code · 62d8cce9
      Peng Fan 提交于
      Move mmc_get_env_devno to soc.c and rename to mmc_get_env_dev to
      match the one in common/env_mmc.c.
      Introduce a weak function board_mmc_get_env_dev. Different
      boards can implement this according to sdhc controller which
      is used by the board.
      Signed-off-by: NPeng Fan <peng.fan@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      62d8cce9
  3. 03 2月, 2016 23 次提交
  4. 02 2月, 2016 3 次提交