diff --git a/arch/arm/boards/kontron-samx6i/lowlevel.c b/arch/arm/boards/kontron-samx6i/lowlevel.c index 4113ddb..5c35007 100644 --- a/arch/arm/boards/kontron-samx6i/lowlevel.c +++ b/arch/arm/boards/kontron-samx6i/lowlevel.c @@ -47,7 +47,7 @@ if (IS_ENABLED(CONFIG_DEBUG_LL)) setup_uart(); - fdt = fdt_blob_fixed_offset - get_runtime_offset(); + fdt = fdt_blob_fixed_offset + get_runtime_offset(); barebox_arm_entry(0x10000000, size, fdt); }