Re: [PATCH v2 2/4] image-fit: Fix FIT_CIPHER linking

2021-01-23 Thread Tom Rini
On Tue, Dec 08, 2020 at 02:42:14PM +1030, Joel Stanley wrote: > When CONFIG_FIT_CIPHER=y and CONFIG_FIT_SIGNATURE=n is there is no > implementation of image_get_host_blob for mkimage/dumpimage: > > /usr/bin/ld: tools/common/image-cipher.o: in function > `fit_image_decrypt_data': > image-cipher

Re: [PATCH v2 2/4] image-fit: Fix FIT_CIPHER linking

2020-12-08 Thread Philippe REYNES
Hi Joel Le 08/12/2020 à 05:12, Joel Stanley a écrit : When CONFIG_FIT_CIPHER=y and CONFIG_FIT_SIGNATURE=n is there is no implementation of image_get_host_blob for mkimage/dumpimage: /usr/bin/ld: tools/common/image-cipher.o: in function `fit_image_decrypt_data': image-cipher.c:(.text+0x9a)

[PATCH v2 2/4] image-fit: Fix FIT_CIPHER linking

2020-12-07 Thread Joel Stanley
When CONFIG_FIT_CIPHER=y and CONFIG_FIT_SIGNATURE=n is there is no implementation of image_get_host_blob for mkimage/dumpimage: /usr/bin/ld: tools/common/image-cipher.o: in function `fit_image_decrypt_data': image-cipher.c:(.text+0x9a): undefined reference to `image_get_host_blob' Move the impl