commit | ab26d001bbc75f0cf702e3cc934dc60ab160dc37 | [log] [tgz] |
---|---|---|
author | Joakim Bech <joakim.bech@linaro.org> | Tue Oct 08 13:38:32 2019 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Oct 08 16:50:33 2019 +0200 |
tree | b8a9ca41fc95b05e76673af7fc9e1c4b2c1d6f19 | |
parent | aaa7ba32a726d8f39e3a348d309dda70a04c35ec [diff] |
TI platforms: set BR2_TARGET_GENERIC_GETTY_PORT In commit (7fbd6ce22a) "common.mk: buildroot: append BR2_ variables to config automatically", flags were refactored and the old BUILDROOT_GETTY_PORT got replaced with BR2_TARGET_GENERIC_GETTY_PORT. TI platforms (am43xx, am57xx and dra7xx) were'nt updated hence the wrong ttyAMA0 were used instead of ttyS0 (am43xx and dra7xx) and ttyS2 (am57xx). By setting BR2_TARGET_GENERIC_GETTY_PORT properly, this issue gets resolved. Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome@forissier.org> Acked-by: Andrew F. Davis <afd@ti.com>
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