diff options
author | Simon Glass <sjg@chromium.org> | 2020-11-01 14:15:43 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-12-01 10:33:38 -0500 |
commit | f66bee41abe8288e5fd6aa6b61ff23c5f8a2c851 (patch) | |
tree | 5b4baf50efcea1d9666f139b181a5972c7fa23bb /drivers/ddr/imx/imx8m/ddr_init.c | |
parent | 8f4aa7ddb908369db971d4c31850ca1eef2e3687 (diff) | |
download | u-boot-f66bee41abe8288e5fd6aa6b61ff23c5f8a2c851.tar.gz u-boot-f66bee41abe8288e5fd6aa6b61ff23c5f8a2c851.tar.xz u-boot-f66bee41abe8288e5fd6aa6b61ff23c5f8a2c851.zip |
setexpr: Convert to use a struct for values
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>
Diffstat (limited to 'drivers/ddr/imx/imx8m/ddr_init.c')
0 files changed, 0 insertions, 0 deletions