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 /arch/powerpc/cpu | |
parent | b6c208ab1ebc2ac01e0029b8456210617ff67156 (diff) | |
download | u-boot-imx-0fe247b973d9b8f7e2c04cc159fcdd2e64591e55.zip u-boot-imx-0fe247b973d9b8f7e2c04cc159fcdd2e64591e55.tar.gz u-boot-imx-0fe247b973d9b8f7e2c04cc159fcdd2e64591e55.tar.bz2 |
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 'arch/powerpc/cpu')
-rw-r--r-- | arch/powerpc/cpu/mpc8xx/cpu_init.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/cpu_init.c b/arch/powerpc/cpu/mpc8xx/cpu_init.c index eb0091b..e97ae68 100644 --- a/arch/powerpc/cpu/mpc8xx/cpu_init.c +++ b/arch/powerpc/cpu/mpc8xx/cpu_init.c @@ -149,8 +149,7 @@ void cpu_init_f (volatile immap_t * immr) * I owe him a free beer. - wd] */ -#if defined(CONFIG_GTH) || \ - defined(CONFIG_HERMES) || \ +#if defined(CONFIG_HERMES) || \ defined(CONFIG_ICU862) || \ defined(CONFIG_IP860) || \ defined(CONFIG_IVML24) || \ |