aboutsummaryrefslogtreecommitdiff
path: root/board/tb0229/flash.c
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@googlemail.com>2011-12-11 06:39:37 +0000
committerWolfgang Denk <wd@denx.de>2011-12-12 08:19:11 +0100
commit5fb5da794514e5ea6d0062d4158b87e789ae39dc (patch)
tree0a51fadd5e8020d41668004cc4d68ddded6c95ef /board/tb0229/flash.c
parent3b2001105fe4d0326f7aa1f83534accfdaec6a01 (diff)
downloadu-boot-5fb5da794514e5ea6d0062d4158b87e789ae39dc.zip
u-boot-5fb5da794514e5ea6d0062d4158b87e789ae39dc.tar.gz
u-boot-5fb5da794514e5ea6d0062d4158b87e789ae39dc.tar.bz2
MIPS: tb0229: fix compile errors
This board breaks MAKEALL -a mips due to compile errors. This patch fixes only the parts causing the errors to get MAKEALL working. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Diffstat (limited to 'board/tb0229/flash.c')
-rw-r--r--board/tb0229/flash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/tb0229/flash.c b/board/tb0229/flash.c
index 75d7769..4cb5968 100644
--- a/board/tb0229/flash.c
+++ b/board/tb0229/flash.c
@@ -24,7 +24,6 @@
*/
#include <common.h>
-#include <asm/ppc4xx.h>
#include <asm/processor.h>
flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; /* info for FLASH chips */