]> git.ipfire.org Git - thirdparty/u-boot.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>
Sat, 16 Mar 2019 10:09:52 +0000 (11:09 +0100)
commite50395850f5621dacc03dd8ae6aa7826a5e121f4
treeb984ed4a7287762dd3f2d930e7f5397a704efc3a
parent4b04f472971e1a31f71d84b2eb9390a949819b70
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