diff options
Diffstat (limited to 'board/tb0229/flash.c')
| -rw-r--r-- | board/tb0229/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/tb0229/flash.c b/board/tb0229/flash.c index 15546421a..75d7769b6 100644 --- a/board/tb0229/flash.c +++ b/board/tb0229/flash.c @@ -24,7 +24,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS];	/* info for FLASH chips        */ |