rmpb: update AOSP RPMB device path

kernel 4.14[1] enumerates RPMB devices on /dev/block/ but 4.19[2]
does them on /dev/.

LINK: [1] https://android-git.linaro.org/kernel/hikey-linaro.git/log/?h=android-hikey-linaro-4.14
LINK: [2] https://android-git.linaro.org/kernel/hikey-linaro.git/log/?h=android-hikey-linaro-4.19

Signed-off-by: Victor Chong <victor.chong@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
1 file changed
tree: e5ddc5b0517cf0ca601599b3f226bea93a598718
  1. libteec/
  2. public/
  3. tee-supplicant/
  4. .gitignore
  5. .travis.yml
  6. Android.mk
  7. android_flags.mk
  8. CMakeLists.txt
  9. CMakeToolchain.txt
  10. config.mk
  11. flags.mk
  12. LICENSE
  13. Makefile
  14. README.md
README.md

OP-TEE Client API

This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.

// OP-TEE core maintainers