Skip to content

Commit 1e44854

Browse files
cshilwantStaticRocket
authored andcommitted
fix(edgeai): Drop unwanted references of GPU
* AM62A SoC doesn't have a GPU. Hence, drop all references of term "GPU" from AM62A edgeai documentation. * While at it, also paraphrase few sentences as per vale's guidelines. Signed-off-by: Chirag Shilwant <[email protected]>
1 parent 8be93c8 commit 1e44854

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

configs/AM62AX/AM62AX_linux_config.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,5 @@ Configuration Values
4040
'CONFIG_image_type' : 'edgeai'
4141
'CONFIG_icss_support' : 'yes'
4242
'CONFIG_rt_linux_support' : 'yes'
43-
'CONFIG_gpu_ip' : 'Rogue_AXE'
4443
'CONFIG_crypto' : 'sa2ul'
4544
'CONFIG_mcrc64' : 'mcrc64'

source/edgeai/sdk_components.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,9 @@ Source code and documentation: `TI Edge AI TIOVX Apps <https://github.com/TexasI
103103
Foundation Linux
104104
================
105105
The Edge AI app stack is built on top of foundation Linux components which
106-
includes, uBoot, Linux kernels, device drivers, multimedia codecs, GPU drivers
107-
and a lot more. The Foundation Linux is built using the Yocto project and sources
108-
publicly available to build the entire image completely from scratch. We also
109-
provide an installer, which packages pre-built Linux filesystem, board support
106+
includes, u-boot, Linux kernels, device drivers, multimedia codecs and many more.
107+
Developers use the Yocto project and publicly available sources to build Foundation Linux entirely from scratch.
108+
We also offer an installer, which packages pre-built Linux filesystem, board support
110109
package and tools to customize Linux layers of the software stack.
111110

112111
.. ifconfig:: CONFIG_part_variant in ('AM62AX')

0 commit comments

Comments
 (0)