From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Thu, 24 Apr 2014 08:59:32 +0200 Subject: [U-Boot] [PATCH V4 1/3] eMMC: add support for operations in RPMB partition In-Reply-To: <1398321641-7113-2-git-send-email-p.aubert@staubli.com> References: <1397218337-27204-1-git-send-email-p.aubert@staubli.com> <1398321641-7113-1-git-send-email-p.aubert@staubli.com> <1398321641-7113-2-git-send-email-p.aubert@staubli.com> Message-ID: <20140424065932.6A9C63801BF@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Pierre. In message <1398321641-7113-2-git-send-email-p.aubert@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 ? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de PLEASE NOTE: Some Quantum Physics Theories Suggest That When the Con- sumer Is Not Directly Observing This Product, It May Cease to Exist or Will Exist Only in a Vague and Undetermined State.