]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: Detect a change in the device tree
authorSimon Glass <sjg@chromium.org>
Wed, 7 Sep 2022 02:27:06 +0000 (20:27 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 Sep 2022 20:09:56 +0000 (16:09 -0400)
commiteb6e903a569d35032ca3772d93c26fb1071ab3ae
tree0e2a9b9ced601089616d3b6dc0eb8c1158361b6a
parent0e4b697f884d1f2190a9972b662abc8498159333
test: Detect a change in the device tree

If the device tree changes during a test and we cannot restore it, mark
it as such so that future tests which need the live tree are skipped.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/asm-generic/global_data.h
test/test-main.c