Re: [PATCH 1/1] test: build test/boot for CONFIG_UT_BOOTSTD=n

2024-01-12 Thread Tom Rini
On Sat, Dec 16, 2023 at 04:19:54PM +0100, Heinrich Schuchardt wrote: > Building sandbox_defconfig with > > CONFIG_UT_BOOTSTD=n > CONFIG_MEASURMENT=y > > results in an error: > > /usr/bin/ld: test/cmd_ut.o:(.data.rel.cmd_ut_sub+0x408): > undefined reference to

Re: [PATCH 1/1] test: build test/boot for CONFIG_UT_BOOTSTD=n

2023-12-17 Thread Ilias Apalodimas
On Sat, 16 Dec 2023 at 17:20, Heinrich Schuchardt wrote: > > Building sandbox_defconfig with > > CONFIG_UT_BOOTSTD=n > CONFIG_MEASURMENT=y > > results in an error: > > /usr/bin/ld: test/cmd_ut.o:(.data.rel.cmd_ut_sub+0x408): > undefined reference to `do_ut_measurement' > > Fixes:

Re: [PATCH 1/1] test: build test/boot for CONFIG_UT_BOOTSTD=n

2023-12-16 Thread Simon Glass
On Sat, 16 Dec 2023 at 08:20, Heinrich Schuchardt wrote: > > Building sandbox_defconfig with > > CONFIG_UT_BOOTSTD=n > CONFIG_MEASURMENT=y > > results in an error: > > /usr/bin/ld: test/cmd_ut.o:(.data.rel.cmd_ut_sub+0x408): > undefined reference to `do_ut_measurement' > > Fixes:

[PATCH 1/1] test: build test/boot for CONFIG_UT_BOOTSTD=n

2023-12-16 Thread Heinrich Schuchardt
Building sandbox_defconfig with CONFIG_UT_BOOTSTD=n CONFIG_MEASURMENT=y results in an error: /usr/bin/ld: test/cmd_ut.o:(.data.rel.cmd_ut_sub+0x408): undefined reference to `do_ut_measurement' Fixes: 5999ea20fa42 ("test: Add sandbox TPM boot measurement") Signed-off-by: