X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Fcoreboot%2Fcoreboot%2Fcoreboot_start.S;fp=board%2Fcoreboot%2Fcoreboot%2Fcoreboot_start.S;h=932fe6c24bf33d12aa62bc6fa671bcd77129becc;hb=fe5b9b447c6eea3873833b1f3ba15c9854aa2ef8;hp=0000000000000000000000000000000000000000;hpb=65dd74a674d636afcc14594c8308ff516e95a445;p=karo-tx-uboot.git diff --git a/board/coreboot/coreboot/coreboot_start.S b/board/coreboot/coreboot/coreboot_start.S new file mode 100644 index 0000000000..932fe6c24b --- /dev/null +++ b/board/coreboot/coreboot/coreboot_start.S @@ -0,0 +1,13 @@ +/* + * Copyright (c) 2011 The Chromium OS Authors. + * (C) Copyright 2008 + * Graeme Russ, graeme.russ@gmail.com. + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +/* board early intialization */ +.globl early_board_init +early_board_init: + /* No 32-bit board specific initialisation */ + jmp early_board_init_ret