diff options
Diffstat (limited to 'board/udoo')
-rw-r--r-- | board/udoo/neo/neo.c | 2 | ||||
-rw-r--r-- | board/udoo/udoo_spl.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/udoo/neo/neo.c b/board/udoo/neo/neo.c index 4cf214bf17c..bc30bdac462 100644 --- a/board/udoo/neo/neo.c +++ b/board/udoo/neo/neo.c @@ -209,7 +209,7 @@ int board_late_init(void) return 0; } -#ifdef CONFIG_SPL_BUILD +#ifdef CONFIG_XPL_BUILD #include <linux/libfdt.h> #include <asm/arch/mx6-ddr.h> diff --git a/board/udoo/udoo_spl.c b/board/udoo/udoo_spl.c index 6c477530055..b845284d688 100644 --- a/board/udoo/udoo_spl.c +++ b/board/udoo/udoo_spl.c @@ -23,7 +23,7 @@ #include <asm/arch/sys_proto.h> #include <spl.h> -#if defined(CONFIG_SPL_BUILD) +#if defined(CONFIG_XPL_BUILD) #include <asm/arch/mx6-ddr.h> /* |