summaryrefslogtreecommitdiff
path: root/doc/board/actions
AgeCommit message (Collapse)Author
2023-11-11doc: shorten overlong title underlinesHeinrich Schuchardt
Title underlines should match the length of the title. Unfortunately docutils only catches underlines that are too short. Add some missing empty lines after titles. Signed-off-by: Heinrich Schuchardt <[email protected]>
2020-06-02cubieboard7: Remove ARCH= references from documentationTom Rini
When building U-Boot we select the architecture via Kconfig and not ARCH being passed in via the environment or make cmdline. While in here, add the doc file to the MAINTAINERS entry. Cc: Amit Singh Tomar <[email protected]> Cc: Manivannan Sadhasivam <[email protected]> Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Amit Singh Tomar <[email protected]>
2020-04-24doc: boards: add Cubieboard7 documentationAmit Singh Tomar
This adds build and flash steps for Actions S700 based Cubieboard7 board. Reviewed-by: Manivannan Sadhasivam <[email protected]> Signed-off-by: Amit Singh Tomar <[email protected]>