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 /board/gth/README | |
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 'board/gth/README')
-rw-r--r-- | board/gth/README | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/board/gth/README b/board/gth/README deleted file mode 100644 index 241c70b..0000000 --- a/board/gth/README +++ /dev/null @@ -1,18 +0,0 @@ -Written by Thomas.Lange@corelatus.com 010805 - -To make a system for gth that actually works ;-) -the variable TBASE needs to be set to 0,1 or 2 -depending on location where image is supposed to -be started from. -E.g. make TBASE=1 - -0: Start from RAM, base 0 - -1: Start from flash_base + 0x10070 - -2: Start from flash_base + 0x30070 - -When using 1 or 2, the image is supposed to be launched -from miniboot that boots the first U-Boot image found in -flash. -For miniboot code, description, see www.opensource.se |