The IPL normally scans for a valid system image so that it can load that image into RAM. In your Board Support Package, there's an optimized image scan function. You should use the optimized functions in place of the legacy implementations if they aren't already used:
- image_scan_2() instead of image_scan()
- image_setup_2() instead of image_setup()
- image_start_2() instead of image_start()