From aeb06475851d33d08052dab1faf0a0c8119d815b Mon Sep 17 00:00:00 2001 From: Chirag Shilwant Date: Tue, 8 Jul 2025 22:17:03 +0530 Subject: [PATCH] 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 --- configs/AM62AX/AM62AX_linux_config.txt | 1 - source/edgeai/sdk_components.rst | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/configs/AM62AX/AM62AX_linux_config.txt b/configs/AM62AX/AM62AX_linux_config.txt index 6321a1a62..f93fee532 100644 --- a/configs/AM62AX/AM62AX_linux_config.txt +++ b/configs/AM62AX/AM62AX_linux_config.txt @@ -40,6 +40,5 @@ Configuration Values 'CONFIG_image_type' : 'edgeai' 'CONFIG_icss_support' : 'yes' 'CONFIG_rt_linux_support' : 'yes' -'CONFIG_gpu_ip' : 'Rogue_AXE' 'CONFIG_crypto' : 'sa2ul' 'CONFIG_mcrc64' : 'mcrc64' diff --git a/source/edgeai/sdk_components.rst b/source/edgeai/sdk_components.rst index 89ea33b81..b1cac9c4e 100644 --- a/source/edgeai/sdk_components.rst +++ b/source/edgeai/sdk_components.rst @@ -103,10 +103,9 @@ Source code and documentation: `TI Edge AI TIOVX Apps