u-boot/board/coreboot/coreboot
Simon Glass 0879de0e8b x86: coreboot: Avoid a declaration after a label
Declare the global_data pointer at the top of the file, to avoid an
error:

   arch/x86/include/asm/global_data.h:143:35: error: a label can
      only be part of a statement and a declaration is not a statement
   board/coreboot/coreboot/coreboot.c:60:2: note: in expansion of macro
      ‘DECLARE_GLOBAL_DATA_PTR’

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2023-09-22 06:03:46 +08:00
..
coreboot.c x86: coreboot: Avoid a declaration after a label 2023-09-22 06:03:46 +08:00
coreboot.env x86: coreboot: Convert to text environment 2023-08-09 23:31:12 +08:00
Kconfig Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE 2022-10-31 11:01:31 -04:00
MAINTAINERS MAINTAINERS: Add some missing directories or files 2023-07-25 12:44:47 -04:00
Makefile x86: coreboot: Remove dead code 2020-09-01 13:38:38 +08:00