#include #include #include #include #include extern char __dtb_imx6dl_hummingboard_start[]; ENTRY_FUNCTION(start_imx6dl_hummingboard, r0, r1, r2) { void *fdt; imx6_cpu_lowlevel_init(); fdt = __dtb_imx6dl_hummingboard_start - get_runtime_offset(); barebox_arm_entry(0x10000000, SZ_512M, fdt); }