Advertisement
Guest User

env_load() chaing for FAT/MMC source

a guest
Jul 20th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. mmc_start_init() // "MMC: no card present"
  2. mmc_init()
  3. mmc_get_dev() // from .get_dev = ...
  4. get_desc() // calls drv->get_dev
  5. blk_get_devnum_by_typename()
  6. get_dev_hwpart()
  7. blk_get_device_by_str() // "** Bad device mmc 0 **" (removed now)
  8. blk_get_device_part_str()
  9. env_fat_load()
  10. env_load() // "Failed (-5)" (removed now)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement