X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fspl.h;h=ffadce93c7be28ac6b409f28ff7eeaed3a37da71;hb=821560fd8e43eecc208c1c52ad24faadb6b52703;hp=d1638e9d7cb55d03f2722f22e6f3b6ed327dca74;hpb=4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/spl.h b/include/spl.h index d1638e9..ffadce9 100644 --- a/include/spl.h +++ b/include/spl.h @@ -267,4 +267,5 @@ int spl_dfu_cmd(int usbctrl, char *dfu_alt_info, char *interface, char *devstr); int spl_mmc_load_image(struct spl_image_info *spl_image, struct spl_boot_device *bootdev); +void bl31_entry(void); #endif