Skip to content
Snippets Groups Projects
Commit fe93483a authored by Marian Balakowicz's avatar Marian Balakowicz
Browse files

Correct includes for flat tree builder.

parent 170d5e6d
No related branches found
No related tags found
No related merge requests found
...@@ -6,13 +6,13 @@ ...@@ -6,13 +6,13 @@
#include <malloc.h> #include <malloc.h>
#include <environment.h> #include <environment.h>
#ifdef CONFIG_OF_FLAT_TREE
#include <asm/errno.h> #include <asm/errno.h>
#include <stddef.h> #include <stddef.h>
#include <ft_build.h> #include <ft_build.h>
#ifdef CONFIG_OF_FLAT_TREE
/* align addr on a size boundary - adjust address up if needed -- Cort */ /* align addr on a size boundary - adjust address up if needed -- Cort */
#define _ALIGN(addr,size) (((addr)+(size)-1)&(~((size)-1))) #define _ALIGN(addr,size) (((addr)+(size)-1)&(~((size)-1)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment