Skip to content

Commit 42f2bc4

Browse files
StaticRocketcshilwant
authored andcommitted
chore(fam_name): remove unused variable
This variable is not currently used for anything and duplicates information available in CONFIG_part_family and CONFIG_part_variant in the *_config.txt files. Signed-off-by: Randolph Sapp <rs@ti.com>
1 parent 88f8382 commit 42f2bc4

34 files changed

+0
-102
lines changed

configs/AM335X/AM335X_linux_tags.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Device Family is AM335X = AM335X family
2-
fam_name = 'AM335X'
3-
41
# Project name and HTML title
52
project = u'Processor SDK Linux for AM335X'
63
html_title = 'Processor SDK Linux for AM335X Documentation'

configs/AM437X/AM437X_linux_tags.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Device Family is AM437X = AM437X family
2-
fam_name = 'AM437X'
3-
41
# Project name and HTML title
52
project = u'Processor SDK Linux for AM437X'
63
html_title = 'Processor SDK Linux for AM437X Documentation'

configs/AM57X/AM57X_linux_tags.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Device Family is AM57X = AM57X family
2-
fam_name = 'AM57X'
3-
41
# Project name and HTML title
52
project = u'Processor SDK Linux for AM57X'
63
html_title = 'Processor SDK Linux for AM57X Documentation'

configs/AM62AX/AM62AX_edgeai_tags.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Device Family name
2-
fam_name = 'AM62AX'
3-
41
# Project name and HTML title
52
project = u'Processor SDK Linux Edge AI for AM62Ax'
63
html_title = 'Processor SDK AM62Ax Documentation'

configs/AM62AX/AM62AX_linux_tags.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Device Family name
2-
fam_name = 'AM62AX'
3-
41
# Project name and HTML title
52
project = u'Processor SDK Linux for AM62Ax'
63
html_title = 'Processor SDK AM62Ax Documentation'

configs/AM62DX/AM62DX_linux_tags.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Device Family name
2-
fam_name = 'AM62D'
3-
41
# Project name and HTML title
52
project = u'Linux SDK for AM62D'
63
html_title = 'Linux SDK for AM62D Documentation'

configs/AM62LX/AM62LX_buildroot_tags.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Device Family name
2-
fam_name = 'AM62L'
3-
41
# Project name and HTML title
52
project = u'Buildroot for AM62L'
63
html_title = 'Buildroot AM62L Documentation'

configs/AM62LX/AM62LX_debian_tags.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Device Family name
2-
fam_name = 'AM62LX'
3-
41
# Project name and HTML title
52
project = u'Debian for AM62Lx'
63
html_title = 'Debian AM62Lx Documentation'

configs/AM62LX/AM62LX_linux_tags.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Device Family name
2-
fam_name = 'AM62L'
3-
41
# Project name and HTML title
52
project = u'Linux SDK for AM62L'
63
html_title = 'Linux SDK for AM62L Documentation'

configs/AM62PX/AM62PX_android_tags.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Device Family name
2-
fam_name = 'AM62PX'
3-
41
# Project name and HTML title
52
project = u'Processor SDK Android for AM62Px'
63
html_title = 'Processor SDK AM62Px Documentation'

0 commit comments

Comments
 (0)