Re: [U-Boot] [PATCH 1/1] test: overlay: add missing include

2018-10-10 Thread Simon Glass
On 10 October 2018 at 18:16, Heinrich Schuchardt wrote: > > Compiling the overlay unit test fails with odroid-c2_defconfig showing > errors like: > > test/overlay/cmd_ut_overlay.c:29:8: > error: unknown type name ‘fdt32_t’ > > Add the missing include. > > Signed-off-by: Heinrich Schuchardt

[U-Boot] [PATCH 1/1] test: overlay: add missing include

2018-10-10 Thread Heinrich Schuchardt
Compiling the overlay unit test fails with odroid-c2_defconfig showing errors like: test/overlay/cmd_ut_overlay.c:29:8: error: unknown type name ‘fdt32_t’ Add the missing include. Signed-off-by: Heinrich Schuchardt --- test/overlay/cmd_ut_overlay.c | 1 + 1 file changed, 1 insertion(+)