commit | deb330cb3837cddf251cea5d804634ad75d48c19 | [log] [tgz] |
---|---|---|
author | Haojian Zhuang <haojian.zhuang@linaro.org> | Sat Sep 14 19:18:01 2019 +0800 |
committer | Haojian Zhuang <haojian.zhuang@linaro.org> | Wed Sep 18 18:18:57 2019 +0800 |
tree | 5e92f56542f7bdf015d0c4c08b483b3366904dc8 | |
parent | c61cf58fbf4eebaa85de793c012a7b647866a3ed [diff] [blame] |
hikey: fix to load FIP by partition table. Avoid to load FIP by hacking address. Load it by partition table instead. Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org> Change-Id: I0283fc2e6e459bff14de19d92db4158e05106ee4
diff --git a/plat/hisilicon/hikey/hikey_private.h b/plat/hisilicon/hikey/hikey_private.h index d82a079..b75bc72 100644 --- a/plat/hisilicon/hikey/hikey_private.h +++ b/plat/hisilicon/hikey/hikey_private.h
@@ -72,4 +72,6 @@ void init_acpu_dvfs(void); +int hikey_set_fip_addr(unsigned int image_id, const char *name); + #endif /* HIKEY_PRIVATE_H */