diff options
author | Roy Franz <roy.franz@linaro.org> | 2013-09-23 00:45:27 +0200 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2013-09-25 13:34:34 +0200 |
commit | 7721da4c1ebf96ff815987011c1a0edef596b50a (patch) | |
tree | 66eaab33c5af6a00d65f75200c6b7838fd00302f /arch/x86/boot/compressed/eboot.h | |
parent | efi: Add proper definitions for some EFI function pointers. (diff) | |
download | linux-7721da4c1ebf96ff815987011c1a0edef596b50a.tar.xz linux-7721da4c1ebf96ff815987011c1a0edef596b50a.zip |
efi: Move common EFI stub code from x86 arch code to common location
No code changes made, just moving functions and #define from x86 arch
directory to common location. Code is shared using #include, similar
to how decompression code is shared among architectures.
Signed-off-by: Roy Franz <roy.franz@linaro.org>
Acked-by: Mark Salter <msalter@redhat.com>
Reviewed-by: Grant Likely <grant.likely@linaro.org>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'arch/x86/boot/compressed/eboot.h')
-rw-r--r-- | arch/x86/boot/compressed/eboot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/eboot.h b/arch/x86/boot/compressed/eboot.h index 02265107cce3..81b6b652b46a 100644 --- a/arch/x86/boot/compressed/eboot.h +++ b/arch/x86/boot/compressed/eboot.h @@ -10,7 +10,6 @@ #define SEG_GRANULARITY_4KB (1 << 0) #define DESC_TYPE_CODE_DATA (1 << 0) -#define EFI_READ_CHUNK_SIZE (1024 * 1024) #define EFI_CONSOLE_OUT_DEVICE_GUID \ EFI_GUID(0xd3b36f2c, 0xd551, 0x11d4, 0x9a, 0x46, 0x0, 0x90, 0x27, \ |