Searched hist:e42c20580331b02b0d7d7a98e18ab03bd3f29e2b (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/configs/ |
| H A D | rk3568_defconfig | e42c20580331b02b0d7d7a98e18ab03bd3f29e2b Tue Jan 19 08:52:44 UTC 2021 Joseph Chen <chenjh@rock-chips.com> configs: rk3568: enable SPL secure otp
Fix compile error if enable CONFIG_SPL_FIT_SIGNATURE:
LD spl/u-boot-spl lib/built-in.o: In function `rsa_burn_key_hash': /home4/cjh/uboot-nextdev/lib/rsa/rsa-verify.c:591: undefined reference to `misc_otp_get_device' /home4/cjh/uboot-nextdev/lib/rsa/rsa-verify.c:595: undefined reference to `misc_otp_read' /home4/cjh/uboot-nextdev/lib/rsa/rsa-verify.c:661: undefined reference to `misc_otp_read' /home4/cjh/uboot-nextdev/lib/rsa/rsa-verify.c:673: undefined reference to `misc_otp_write' /home4/cjh/uboot-nextdev/lib/rsa/rsa-verify.c:678: undefined reference to `misc_otp_read' /home4/cjh/uboot-nextdev/lib/rsa/rsa-verify.c:688: undefined reference to `misc_otp_write' scripts/Makefile.spl:357: recipe for target 'spl/u-boot-spl' failed
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I48c6a2349bc10451f7c2c1f99f8b522e1244fad6
|