summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2008-12-09 17:52:05 +0100
committerAnatolij Gustschin <agust@denx.de>2008-12-09 17:52:05 +0100
commitee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed (patch)
tree33e095843919411086f23376945a72ae900470c8 /cpu
parent13d36ec849785453953d00220b2c7dc66644a3c2 (diff)
downloadblackbird-obmc-uboot-ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed.tar.gz
blackbird-obmc-uboot-ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed.zip
video: fix FADS823 and RRvision compiling issues
Since commit 561858ee building for FADS823 and RRvision doesn't work. Let's include version.h and timestamp.h unconditionally to fix the problem. Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'cpu')
-rw-r--r--cpu/mpc8xx/video.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu/mpc8xx/video.c b/cpu/mpc8xx/video.c
index 54796449c4..4a59927436 100644
--- a/cpu/mpc8xx/video.c
+++ b/cpu/mpc8xx/video.c
@@ -32,10 +32,8 @@
#include <stdarg.h>
#include <common.h>
#include <config.h>
-#ifdef VIDEO_INFO
#include <version.h>
#include <timestamp.h>
-#endif
#include <i2c.h>
#include <linux/types.h>
#include <devices.h>
OpenPOWER on IntegriCloud