From 9f8b30fcd1b9c36d180eb5a2fa208c0222154db5 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 1 May 2013 18:02:46 +0200 Subject: colibri_t20/30: efi: prepare for gpt offset integration As the partition table parsing offset handling relies on the global data structure prepare the EFI GPT implementation for that. --- disk/part_efi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/disk/part_efi.c b/disk/part_efi.c index 2d7a7b85d7..5ba443f41e 100644 --- a/disk/part_efi.c +++ b/disk/part_efi.c @@ -40,6 +40,8 @@ #define CACHE_LINE_SIZE __BIGGEST_ALIGNMENT__ #endif +DECLARE_GLOBAL_DATA_PTR; + #if defined(CONFIG_CMD_IDE) || \ defined(CONFIG_CMD_MG_DISK) || \ defined(CONFIG_CMD_SATA) || \ -- cgit v1.2.3