From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 4 Apr 2016 12:29:27 -0600 Subject: [U-Boot] [PATCH v2] test/py: Add support for loading image via tftp to specified location In-Reply-To: References: Message-ID: <5702B287.6070809@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/04/2016 12:06 PM, Michal Simek wrote: > For example this setting: > > env__net_tftp_readable_file = { > "fn": "ep108/image.ub", > "addr": 0x10000000, > "size": 25846296, > "crc32": "b726f9de", > } Acked-by: Stephen Warren