
21 Apr
2021
21 Apr
'21
9:14 a.m.
On Wed, 14 Apr 2021 at 10:43, Rasmus Villemoes rasmus.villemoes@prevas.dk wrote:
Check that a variable defined in /config/environment is found in the run-time environment, and that clearing fdt_env_path from within that node works.
Signed-off-by: Rasmus Villemoes rasmus.villemoes@prevas.dk
arch/sandbox/dts/test.dts | 7 +++++++ configs/sandbox64_defconfig | 1 + configs/sandbox_defconfig | 1 + test/env/Makefile | 1 + test/env/fdt.c | 20 ++++++++++++++++++++ 5 files changed, 30 insertions(+) create mode 100644 test/env/fdt.c
Reviewed-by: Simon Glass sjg@chromium.org