diff options
Diffstat (limited to 'board/birdland/bav335x/board.c')
-rw-r--r-- | board/birdland/bav335x/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/birdland/bav335x/board.c b/board/birdland/bav335x/board.c index b95186026f..8811583ac6 100644 --- a/board/birdland/bav335x/board.c +++ b/board/birdland/bav335x/board.c @@ -8,6 +8,7 @@ */ #include <common.h> +#include <env.h> #include <errno.h> #include <spl.h> #include <asm/arch/cpu.h> @@ -27,9 +28,8 @@ #include <cpsw.h> #include <power/tps65217.h> #include <power/tps65910.h> -#include <environment.h> +#include <env_internal.h> #include <watchdog.h> -#include <environment.h> #include "board.h" DECLARE_GLOBAL_DATA_PTR; |