From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 5 Mar 2015 12:12:22 -0800 Subject: [U-Boot] [PATCH][v2] rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP In-Reply-To: <1425008406-13603-1-git-send-email-gaurav.rana@freescale.com> References: <1425008406-13603-1-git-send-email-gaurav.rana@freescale.com> Message-ID: <54F8B8A6.5020303@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/26/2015 07:40 PM, Gaurav Rana wrote: > Remove dependency of rsa_mod_exp from CONFIG_FIT_SIGNATURE. > As rsa modular exponentiation is an independent module > and can be invoked independently. > > Signed-off-by: Gaurav Rana > Reviewed-by: Simon Glass > CC: Simon Glass > --- > Changes in v2: > add elaborated commit message. > Applied to u-boot-mpc85xx master, awaiting for upstream. York