Skip to content

Commit c9254f4

Browse files
committed
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. Signed-off-by: Chirag Shilwant <[email protected]>
1 parent feba075 commit c9254f4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ 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
106+
includes, u-boot, Linux kernels, device drivers, multimedia codecs and many more.
107+
The Foundation Linux is built using the Yocto project and sources
108108
publicly available to build the entire image completely from scratch. We also
109109
provide an installer, which packages pre-built Linux filesystem, board support
110110
package and tools to customize Linux layers of the software stack.

0 commit comments

Comments
 (0)