Re: [U-Boot] [U-Boot, PATCHv4, 2/2] lib: move hash CONFIG options to Kconfig

2017-05-22 Thread Tom Rini
On Mon, May 15, 2017 at 12:17:49PM -0400, Tom Rini wrote: > Commit 94e3c8c4fd7b ("crypto/fsl - Add progressive hashing support > using hardware acceleration.") created entries for CONFIG_SHA1, > CONFIG_SHA256, CONFIG_SHA_HW_ACCEL, and CONFIG_SHA_PROG_HW_ACCEL. > However, no defconfig has migrated

Re: [U-Boot] [PATCHv4 2/2] lib: move hash CONFIG options to Kconfig

2017-05-15 Thread Simon Glass
On 15 May 2017 at 10:17, Tom Rini wrote: > Commit 94e3c8c4fd7b ("crypto/fsl - Add progressive hashing support > using hardware acceleration.") created entries for CONFIG_SHA1, > CONFIG_SHA256, CONFIG_SHA_HW_ACCEL, and CONFIG_SHA_PROG_HW_ACCEL. > However, no defconfig has migrated to it. Complete

[U-Boot] [PATCHv4 2/2] lib: move hash CONFIG options to Kconfig

2017-05-15 Thread Tom Rini
Commit 94e3c8c4fd7b ("crypto/fsl - Add progressive hashing support using hardware acceleration.") created entries for CONFIG_SHA1, CONFIG_SHA256, CONFIG_SHA_HW_ACCEL, and CONFIG_SHA_PROG_HW_ACCEL. However, no defconfig has migrated to it. Complete the move by first adding additional logic to vario