]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - board/beagle/beagleplay/beagleplay.c
Merge patch series "board: beagle: Enable 32k and debounce configuration and fixups"
[thirdparty/u-boot.git] / board / beagle / beagleplay / beagleplay.c
index fe1c4f9203293d22f10e2c3abab3a6b9cfefbfe2..af36439e2e229cd0feef843a2c1a233864db637a 100644 (file)
@@ -30,6 +30,20 @@ int dram_init_banksize(void)
        return fdtdec_setup_memory_banksize();
 }
 
+#ifdef CONFIG_BOARD_LATE_INIT
+int board_late_init(void)
+{
+       char fdtfile[50];
+
+       snprintf(fdtfile, sizeof(fdtfile), "%s/%s.dtb",
+                CONFIG_TI_FDT_FOLDER_PATH, CONFIG_DEFAULT_DEVICE_TREE);
+
+       env_set("fdtfile", fdtfile);
+
+       return 0;
+}
+#endif
+
 #ifdef CONFIG_SPL_BOARD_INIT
 
 /*