From 566e5cf451ae7e33e31bb62ae5b9b258e33f8609 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 1 May 2011 20:44:23 +0200 Subject: 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 --- tools/env/README | 3 --- tools/env/fw_env.h | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/env/README b/tools/env/README index d5f228f27..3f0d77e2a 100644 --- a/tools/env/README +++ b/tools/env/README @@ -34,9 +34,6 @@ following lines are relevant: #define DEVICE2_ESIZE 0x4000 #define DEVICE2_ENVSECTORS 2 -Current configuration matches the environment layout of the TRAB -board. - Un-define HAVE_REDUND, if you want to use the utlities on a system that does not have support for redundant environment enabled. If HAVE_REDUND is undefined, DEVICE2_NAME is ignored, diff --git a/tools/env/fw_env.h b/tools/env/fw_env.h index c83d6089b..9258c796d 100644 --- a/tools/env/fw_env.h +++ b/tools/env/fw_env.h @@ -24,7 +24,7 @@ /* * To build the utility with the run-time configuration * uncomment the next line. - * See included "fw_env.config" sample file (TRAB board) + * See included "fw_env.config" sample file * for notes on configuration. */ #define CONFIG_FILE "/etc/fw_env.config" -- cgit v1.2.3