]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: cmd: fdt: fix chosen test for DM_RNG
authorTim Harvey <tharvey@gateworks.com>
Tue, 18 Jun 2024 21:06:09 +0000 (14:06 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 28 Jun 2024 23:30:45 +0000 (17:30 -0600)
commitf485a9966112ea8db9a8568adabf606f0f34e010
treeb1a1af518a451c74ce2a2e0a23ba80e3d578d1b6
parent909321bc6b527d2464c24e94185a3585c105f5f7
test: cmd: fdt: fix chosen test for DM_RNG

Now that kaslr-seed is automatically added to the chosen node if DM_RNG
is enabled, adjust the test to expect this.

Take care not to expect kaslr-seed for CONFIG_MEASURED_BOOT and
CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT as we do not add it for those.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Cc: Michal Simek <michal.simek@amd.com>
Cc: Andy Yan <andy.yan@rock-chips.com>
Cc: Akash Gajjar <gajjar04akash@gmail.com>
Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Cc: Simon Glass <sjg@chromium.org>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Devarsh Thakkar <devarsht@ti.com>
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
Cc: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Cc: Chris Morgan <macromorgan@hotmail.com>
test/cmd/fdt.c