aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-10-23 17:26:04 -0600
committerSimon Glass <sjg@chromium.org>2021-11-28 16:51:51 -0700
commitfb933d070eb00274bb7e041cae98e858208961e2 (patch)
tree45ed026b30dd9f0a315fc479eaf535dbfb0dba20 /arch/sandbox
parent8ce465e48dce96f027e12fcca659060834c0a9e8 (diff)
downloadu-boot-fb933d070eb00274bb7e041cae98e858208961e2.zip
u-boot-fb933d070eb00274bb7e041cae98e858208961e2.tar.gz
u-boot-fb933d070eb00274bb7e041cae98e858208961e2.tar.bz2
dm: core: Add tests for stringlist functions
These functions currently lack tests so add some. The error handling differs betwee livetree and flattree at present, so only check the error codes with livetree. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/dts/test.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index 8cd688e..e5261bb 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -207,6 +207,7 @@
test4-gpios = <&gpio_a 14>, <&gpio_b 4 1 3 2 1>;
test5-gpios = <&gpio_a 19>;
+ bool-value;
int-value = <1234>;
uint-value = <(-1234)>;
int64-value = /bits/ 64 <0x1111222233334444>;