diff options
author | Wolfgang Denk <wd@denx.de> | 2011-05-01 20:44:23 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-06-22 20:00:51 +0200 |
commit | 566e5cf451ae7e33e31bb62ae5b9b258e33f8609 (patch) | |
tree | ad2dd1fedb542a5974ca4d34081fbafb8f7f3f9b /include/configs/scb9328.h | |
parent | 79cfe422615c010a75ece41662a05cd432ada389 (diff) |
ARM: drop unsupported 'trab' board
The 'trab' board configuration is broken, and there is nobody who is
interested and willing to fix it. Drop it.
This includes support for VFD displays which have always been used by
this board only.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/scb9328.h')
-rw-r--r-- | include/configs/scb9328.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/scb9328.h b/include/configs/scb9328.h index 3da214e99dd..6a92ec3bd05 100644 --- a/include/configs/scb9328.h +++ b/include/configs/scb9328.h @@ -95,7 +95,6 @@ #define CONFIG_CMDLINE_TAG 1 /* send commandline to Kernel */ #define CONFIG_SETUP_MEMORY_TAGS 1 /* send memory definition to kernel */ #define CONFIG_INITRD_TAG 1 /* send initrd params */ -#undef CONFIG_VFD /* do not send framebuffer setup */ /* * Malloc pool need to host env + 128 Kb reserve for other allocations. |