blob: 241c70b69bf474842a52681602c9898b58e0f6a5 [file] [log] [blame]
wdenk7ebf7442002-11-02 23:17:16 +00001Written by Thomas.Lange@corelatus.com 010805
2
3To make a system for gth that actually works ;-)
4the variable TBASE needs to be set to 0,1 or 2
5depending on location where image is supposed to
6be started from.
7E.g. make TBASE=1
8
90: Start from RAM, base 0
10
111: Start from flash_base + 0x10070
12
132: Start from flash_base + 0x30070
14
15When using 1 or 2, the image is supposed to be launched
16from miniboot that boots the first U-Boot image found in
17flash.
18For miniboot code, description, see www.opensource.se