]> git.baikalelectronics.ru Git - uboot.git/commit
common: hash: Manually relocate struct hash_algo
authorT Karthik Reddy <t.karthik.reddy@xilinx.com>
Sat, 16 Mar 2019 09:53:01 +0000 (15:23 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 24 Oct 2019 11:37:02 +0000 (13:37 +0200)
commit35fda6d8dd4b5c5625a41bf3ffe8db2c86fc4bcc
tree46d5533b2bcebfd90635840bf94577a4ba800ea0
parent1a5e6787a4187fda40c12f836c1392a842d4d46a
common: hash: Manually relocate struct hash_algo

This patch adds manual relocation for struct hash_algo if
CONFIG_NEEDS_MANUAL_RELOC is enabled.

Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com>
Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
common/hash.c