diff options
Diffstat (limited to 'post')
-rw-r--r-- | post/drivers/memory.c | 1 | ||||
-rw-r--r-- | post/post.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/post/drivers/memory.c b/post/drivers/memory.c index e90ada3..281989d 100644 --- a/post/drivers/memory.c +++ b/post/drivers/memory.c @@ -6,6 +6,7 @@ #include <common.h> #include <log.h> +#include <asm/global_data.h> /* Memory test * diff --git a/post/post.c b/post/post.c index 7d6a647..d67c43e 100644 --- a/post/post.c +++ b/post/post.c @@ -14,6 +14,7 @@ #include <watchdog.h> #include <div64.h> #include <post.h> +#include <asm/global_data.h> #ifdef CONFIG_SYS_POST_HOTKEYS_GPIO #include <asm/gpio.h> |