[PATCH 2/2] sandbox: add test of CONFIG_ENV_IMPORT_FDT

Simon Glass sjg at chromium.org
Wed Apr 21 09:14:53 CEST 2021


On Wed, 14 Apr 2021 at 10:43, Rasmus Villemoes
<rasmus.villemoes at 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 at 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 at chromium.org>


More information about the U-Boot mailing list