diff options
| author | Wolfgang Denk <wd@denx.de> | 2010-07-05 22:46:33 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-07-17 20:47:08 +0200 | 
| commit | 0fe247b973d9b8f7e2c04cc159fcdd2e64591e55 (patch) | |
| tree | 952f8896b9a63dfd28ecfb693e65ae0992a58abd /common | |
| parent | b6c208ab1ebc2ac01e0029b8456210617ff67156 (diff) | |
| download | olio-uboot-2014.01-0fe247b973d9b8f7e2c04cc159fcdd2e64591e55.tar.xz olio-uboot-2014.01-0fe247b973d9b8f7e2c04cc159fcdd2e64591e55.zip | |
Drop support for GTH board
The board maintainer states:
    The GTH board is obsolete and has not been manufactured for
    several years.
    To my knowledge, no recent U-Boot build has been tested on that
    card.
So drop support for this board.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Thomas Lange <thomas@corelatus.se>
Acked-by: Thomas Lange<thomas@corelatus.se>
Diffstat (limited to 'common')
| -rw-r--r-- | common/env_common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/env_common.c b/common/env_common.c index 82e4936ce..460309bee 100644 --- a/common/env_common.c +++ b/common/env_common.c @@ -227,7 +227,7 @@ void env_relocate (void)  #endif  	if (gd->env_valid == 0) { -#if defined(CONFIG_GTH)	|| defined(CONFIG_ENV_IS_NOWHERE)	/* Environment not changable */ +#if defined(CONFIG_ENV_IS_NOWHERE)	/* Environment not changable */  		puts ("Using default environment\n\n");  #else  		puts ("*** Warning - bad CRC, using default environment\n\n"); |