X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Fsandbox%2Finclude%2Fasm%2Fglobal_data.h;h=f95ddb058a22a4c9ff6980f3d658a8186fded478;hb=b641dd3ec8dc3f6b18d2fa945ac3ab597063d191;hp=b2e9b488f13be33563b07bb5435a999ddfb99521;hpb=5c2859cdc30287b3593d9df88f48c31eecb0bbed;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/sandbox/include/asm/global_data.h b/arch/sandbox/include/asm/global_data.h index b2e9b48..f95ddb0 100644 --- a/arch/sandbox/include/asm/global_data.h +++ b/arch/sandbox/include/asm/global_data.h @@ -1,10 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2011 The Chromium OS Authors. * * (C) Copyright 2002-2010 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __ASM_GBL_DATA_H @@ -13,6 +12,8 @@ /* Architecture-specific global data */ struct arch_global_data { uint8_t *ram_buf; /* emulated RAM buffer */ + void *text_base; /* pointer to base of text region */ + ulong acpi_start; /* Start address of ACPI tables */ }; #include