diff --git a/board/scb9328/u-boot.lds.S b/board/scb9328/u-boot.lds.S index 953b4872a..0aab52d35 100644 --- a/board/scb9328/u-boot.lds.S +++ b/board/scb9328/u-boot.lds.S @@ -34,7 +34,7 @@ SECTIONS . = ALIGN(4); .text : { - *(.text_entry) + arch/arm/cpu/start-arm920t.o (.text) *(.text) }