]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ti/dra7xx/evm.c
arm: dra7: Set fastboot variables in environment
[people/ms/u-boot.git] / board / ti / dra7xx / evm.c
index d8e48dd3f8283ba9d0d29c8501b4e2f7bf785736..7d36f03fa1ec98c99a42ea28cb0458c9747bef79 100644 (file)
@@ -561,6 +561,7 @@ int board_late_init(void)
                setenv("boot_fit", "1");
 
        omap_die_id_serial();
+       omap_set_fastboot_vars();
 #endif
        return 0;
 }
@@ -702,7 +703,7 @@ err:
 }
 #endif
 
-#if defined(CONFIG_GENERIC_MMC)
+#if defined(CONFIG_MMC)
 int board_mmc_init(bd_t *bis)
 {
        omap_mmc_init(0, 0, 0, -1, -1);