
2 Dec
2020
2 Dec
'20
10:23 p.m.
On Sun, Nov 01, 2020 at 02:15:43PM -0700, Simon Glass wrote:
At present a ulong is used to hold operand values. This means that strings cannot be used. While most operations are not useful for strings, concatenation is. As a starting point to supporting strings, convert the code to use a struct instead of a ulong for operands.
Signed-off-by: Simon Glass sjg@chromium.org
Applied to u-boot/next, thanks!
--
Tom