diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-01-23 00:24:20 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-23 16:53:52 -0500 |
commit | ad734f7dc2238aa9c6a99ff30e40aedbc01fb4fd (patch) | |
tree | 501bd4dfe7c2a811eb2e2e74efa55125bfc0078c /drivers/video/cfb_console.c | |
parent | 5344cc1a82fcc2817d4671696b3939b0dfa4323e (diff) | |
download | u-boot-ad734f7dc2238aa9c6a99ff30e40aedbc01fb4fd.tar.gz |
powerpc: mpc5xxx: remove Total5200 board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'drivers/video/cfb_console.c')
-rw-r--r-- | drivers/video/cfb_console.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c index cbe6b9fc6d..d4226e3eb6 100644 --- a/drivers/video/cfb_console.c +++ b/drivers/video/cfb_console.c @@ -117,10 +117,7 @@ * Defines for the SED13806 driver */ #ifdef CONFIG_VIDEO_SED13806 - -#ifndef CONFIG_TOTAL5200 #define VIDEO_FB_LITTLE_ENDIAN -#endif #define VIDEO_HW_RECTFILL #define VIDEO_HW_BITBLT #endif |