[U-Boot] [PATCH V4 1/3] eMMC: add support for operations in RPMB partition

Pierre AUBERT p.aubert at staubli.com
Thu Apr 24 09:56:05 CEST 2014


Hello Wolfgang,

Le 24/04/2014 08:59, Wolfgang Denk a écrit :
> Dear Pierre.
>
> In message <1398321641-7113-2-git-send-email-p.aubert at staubli.com> you wrote:
> ...
>> --- a/lib/Makefile
>> +++ b/lib/Makefile
>> @@ -35,6 +35,9 @@ obj-y += net_utils.o
>>   obj-$(CONFIG_PHYSMEM) += physmem.o
>>   obj-y += qsort.o
>>   obj-$(CONFIG_SHA1) += sha1.o
>> +ifdef CONFIG_SUPPORT_EMMC_RPMB
>> +CONFIG_SHA256 := y
>> +endif
> This is a pretty ugly way to tweak the configuration.  Why do we need
> this?
>
> I gess all you really want is
>
> 	obj-$(CONFIG_SUPPORT_EMMC_RPMB) += sha256.o
>
> ?
Yes. I will fix it.
> Best regards,
>
> Wolfgang Denk
>
Best regards
Pierre Aubert


More information about the U-Boot mailing list