hikey960: add CONFIG_SCSI_UFS_HISI=y

With Linux kernel v5.0, CONFIG_SCSI_UFS_HISI is built as a module by
default. We want this driver to be statically linked, or the board
won't boot.

Note: HiKey620 does *not* need a similar fix.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Joakim Bech <joakim.bech@linaro.org>
Tested-by: Joakim Bech <joakim.bech@linaro.org> (HiKey 620)
1 file changed
tree: 15a632550df19e7fa694d7543e629e4e6c0bbf5f
  1. br-ext/
  2. fvp/
  3. kconfigs/
  4. rpi3/
  5. ti/
  6. .gitignore
  7. .travis.yml
  8. am43xx.mk
  9. am57xx.mk
  10. common.mk
  11. dra7xx.mk
  12. fvp.mk
  13. hikey.mk
  14. hikey960.mk
  15. juno.mk
  16. poplar.mk
  17. qemu-check.exp
  18. qemu.mk
  19. qemu_v8.mk
  20. README.md
  21. rpi3.mk
  22. toolchain.mk
README.md

OP-TEE build.git

This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.

// OP-TEE core maintainers