]> git.baikalelectronics.ru Git - uboot.git/commit
tests: dtoc: adapt tests to changed dtoc output
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Mon, 21 Jan 2019 09:07:55 +0000 (10:07 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 26 Jan 2019 13:13:56 +0000 (08:13 -0500)
commit45d3a943cd04f64ec0739a632b7fb8f0eabe6430
treebb098b7a92ec2690f07112beb978799d47541099
parentf9a90e53bf130a9ae7b765b1d8b1d4f47397dbb9
tests: dtoc: adapt tests to changed dtoc output

The dtoc tests need to be adapted to dtoc being changed to output platdata
structs as const, which has been introduced in commit 2873995f1516 ("dtoc:
make generated platdata structs const").

Fixes: 2873995f1516 ("dtoc: make generated platdata structs const")
Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
tools/dtoc/test_dtoc.py