diff options
author | Wolfgang Denk | 2008-06-11 22:30:47 +0200 |
---|---|---|
committer | Wolfgang Denk | 2008-06-11 22:30:47 +0200 |
commit | cdeb62e20d94005f2e80604fda03b498c3a6f704 (patch) | |
tree | 3a94ce9524267f7d9e3f689e9cf27f22f756065b /board/tqc/tqm8272 | |
parent | 1859e42fbf996e0e883cdb9829ef6d260bf4cdd6 (diff) | |
parent | ae9e97fa96f643c8ba2b666b06a026cc8717eb00 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-fdt
Diffstat (limited to 'board/tqc/tqm8272')
-rw-r--r-- | board/tqc/tqm8272/tqm8272.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/tqc/tqm8272/tqm8272.c b/board/tqc/tqm8272/tqm8272.c index 7bd64012c4b..ec1a37c7f91 100644 --- a/board/tqc/tqm8272/tqm8272.c +++ b/board/tqc/tqm8272/tqm8272.c @@ -30,10 +30,6 @@ #include <pci.h> #include <asm/m8260_pci.h> #endif -#if CONFIG_OF_FLAT_TREE -#include <ft_build.h> -#include <image.h> -#endif #if 0 #define deb_printf(fmt,arg...) \ |