X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=blobdiff_plain;f=board%2Fti%2Fdra7xx%2Fevm.c;h=93d3d0b54ebab0c9b6cd63fa1cf0674528f939d8;hp=bdbf7f67969438d7dd4a90e2fce4d2d8d4cf6234;hb=bfebc8c965e4;hpb=00caae6d47645e68d6e5277aceb69592b49381a6 diff --git a/board/ti/dra7xx/evm.c b/board/ti/dra7xx/evm.c index bdbf7f6796..93d3d0b54e 100644 --- a/board/ti/dra7xx/evm.c +++ b/board/ti/dra7xx/evm.c @@ -826,7 +826,7 @@ int spl_start_uboot(void) #ifdef CONFIG_SPL_ENV_SUPPORT env_init(); env_load(); - if (getenv_yesno("boot_os") != 1) + if (env_get_yesno("boot_os") != 1) return 1; #endif