From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Behun Date: Thu, 5 Nov 2020 18:50:06 +0100 Subject: [PATCH 10/10] setexpr: Add support for strings In-Reply-To: References: <20201101211544.3579850-1-sjg@chromium.org> <20201101211544.3579850-11-sjg@chromium.org> <20201102000824.10fb538c@nic.cz> <394232.1604594845@gemini.denx.de> Message-ID: <20201105185006.5e2fa8eb@nic.cz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 5 Nov 2020 10:27:28 -0700 Simon Glass wrote: > I don't see how that works. The *10 thing in my example reads a string > out of address 10. /o\ ahaaaa, OK, that makes sense. So setexpr can dereference strings. I didn't know about that, I thouth the resulting string would be "*10*100". In this case Acked-by: Marek Beh?n