]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/ls1021atwr/ls1021atwr.c
Merge branch 'master' of git://git.denx.de/u-boot-net
[people/ms/u-boot.git] / board / freescale / ls1021atwr / ls1021atwr.c
index f82e567c84fadaf432f8dbfa72ea6ffd19eb29f7..616e0bfd39c486996a860348122b565998c2318d 100644 (file)
@@ -30,6 +30,7 @@
 #ifdef CONFIG_U_QE
 #include "../../../drivers/qe/qe.h"
 #endif
+#include <fsl_validate.h>
 
 
 DECLARE_GLOBAL_DATA_PTR;
@@ -549,6 +550,9 @@ int board_late_init(void)
 #ifdef CONFIG_SCSI_AHCI_PLAT
        ls1021a_sata_init();
 #endif
+#ifdef CONFIG_CHAIN_OF_TRUST
+       fsl_setenv_chain_of_trust();
+#endif
 
        return 0;
 }