-
Notifications
You must be signed in to change notification settings - Fork 65
docs(U-Boot): Refactor K3 and OMAP Build Guide #339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
New issues found with check_toc_txt.py:
|
New warnings found with rstcheck:
|
New issues found with check_toc_txt.py:
|
New warnings found with rstcheck:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolve merge conflicts and failures reported by 3 workflows
source/linux/Foundational_Components/U-Boot/BG-Target-Images-OMAP.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/U-Boot/BG-Environment-K3.rst
Outdated
Show resolved
Hide resolved
New warnings found with rstcheck:
|
Mostly cleanup and organization. Some content updated on OMAP. Turns large build guide into its own section under U-Boot, with 6 pages under the build guide. Give feedback if content needs more updating, and I will address in future PR. Signed-off-by: Jonas Wood <[email protected]>
Changed commit tag to "refactor". Addressed all feedback, resolved merge conflicts, and passed all checks except Vale. I reviewed output from Vale and felt no spelling or grammar changes are necessary, leaving as-is. Please re-review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Considering this is primarily a refactor splitting the doc we shouldn't be too concerned about vale right now. Other warnings are still valid.
Mostly cleanup and organization. Some content updated on OMAP. Turns large build guide into its own section under U-Boot, with 6 pages under the build guide. Give feedback if content needs more updating, and I will address in future PR.