diff options
Diffstat (limited to 'common/spl/spl.c')
| -rw-r--r-- | common/spl/spl.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/common/spl/spl.c b/common/spl/spl.c index 95dd9d50c..40de45491 100644 --- a/common/spl/spl.c +++ b/common/spl/spl.c @@ -167,8 +167,8 @@ void board_init_r(gd_t *dummy1, ulong dummy2)  #endif  #ifdef CONFIG_SPL_SPI_SUPPORT  	case BOOT_DEVICE_SPI: -		spi_boot(); -	break; +		spl_spi_load_image(); +		break;  #endif  	default:  		puts("SPL: Un-supported Boot Device\n"); |