summaryrefslogtreecommitdiffstats
path: root/board/technexion/pico-imx7d/README.pico-imx7d_BL33
Commit message (Collapse)AuthorAgeFilesLines
* imx: Remove ARCH= references from documentationTom Rini2020-06-021-1/+1
| | | | | | | | | | | | When building U-Boot we select the architecture via Kconfig and not ARCH being passed in via the environment or make cmdline. Cc: Adam Ford <aford173@gmail.com> Cc: Vanessa Maegima <vanessa.maegima@nxp.com> Cc: Otavio Salvador <otavio@ossystems.com.br> Cc: Igor Opaniuk <igor.opaniuk@toradex.com> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Tom Rini <trini@konsulko.com>
* pico-imx7d: README: Add BL33 usage caseJun Nie2019-06-111-0/+44
Add Documentation of BL33 usage case. U-boot is in non-secure world in this case. Signed-off-by: Jun Nie <jun.nie@linaro.org>