Skip to content

Commit 0ea0e0b

Browse files
committed
chore(configs): prune unused sdk_product
This was an old def only used for a little bit, but it was inherited by all of the devices added later. Signed-off-by: Randolph Sapp <rs@ti.com>
1 parent 65fe58d commit 0ea0e0b

35 files changed

Lines changed: 2 additions & 55 deletions

configs/AM335X/AM335X_linux_tags.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
fam_name = 'AM335X'
33

44
# Project name and HTML title
5-
sdk_product = 'null' #todo: remove after the new structure is used for all device families
65
project = u'Processor SDK Linux for AM335X'
76
html_title = 'Processor SDK Linux for AM335X Documentation'
87

configs/AM437X/AM437X_linux_tags.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
fam_name = 'AM437X'
33

44
# Project name and HTML title
5-
sdk_product = 'null' #todo: remove after the new structure is used for all device families
65
project = u'Processor SDK Linux for AM437X'
76
html_title = 'Processor SDK Linux for AM437X Documentation'
87

configs/AM57X/AM57X_linux_tags.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
fam_name = 'AM57X'
33

44
# Project name and HTML title
5-
sdk_product = 'null' #todo: remove after the new structure is used for all device families
65
project = u'Processor SDK Linux for AM57X'
76
html_title = 'Processor SDK Linux for AM57X Documentation'
87

configs/AM62AX/AM62AX_linux_tags.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
fam_name = 'AM62AX'
33

44
# Project name and HTML title
5-
sdk_product = 'null' #todo: remove after the new structure is used for all device families
6-
75
project = u'Processor SDK Linux for AM62Ax'
86
html_title = 'Processor SDK AM62Ax Documentation'
97

configs/AM62LX/AM62LX_buildroot_tags.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
fam_name = 'AM62L'
33

44
# Project name and HTML title
5-
sdk_product = 'null' #todo: remove after the new structure is used for all device families
6-
75
project = u'Buildroot for AM62L'
86
html_title = 'Buildroot AM62L Documentation'
97

configs/AM62LX/AM62LX_debian_tags.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
fam_name = 'AM62LX'
33

44
# Project name and HTML title
5-
sdk_product = 'null' #todo: remove after the new structure is used for all device families
6-
75
project = u'Debian for AM62LX'
86
html_title = 'Debian AM62LX Documentation'
97

configs/AM62LX/AM62LX_linux_tags.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
fam_name = 'AM62L'
33

44
# Project name and HTML title
5-
sdk_product = 'null' #todo: remove after the new structure is used for all device families
6-
75
project = u'Linux SDK for AM62L'
86
html_title = 'Linux SDK for AM62L Documentation'
97

configs/AM62PX/AM62PX_android_tags.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
fam_name = 'AM62PX'
33

44
# Project name and HTML title
5-
sdk_product = 'null' #todo: remove after the new structure is used for all device families
6-
75
project = u'Processor SDK Android for AM62Px'
86
html_title = 'Processor SDK AM62Px Documentation'
97

configs/AM62PX/AM62PX_debian_tags.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
fam_name = 'AM62PX'
33

44
# Project name and HTML title
5-
sdk_product = 'null' #todo: remove after the new structure is used for all device families
6-
75
project = u'Debian for AM62Px'
86
html_title = 'Debian AM62Px Documentation'
97

configs/AM62PX/AM62PX_linux_tags.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
fam_name = 'AM62PX'
33

44
# Project name and HTML title
5-
sdk_product = 'null' #todo: remove after the new structure is used for all device families
6-
75
project = u'Processor SDK Linux for AM62Px'
86
html_title = 'Processor SDK AM62Px Documentation'
97

0 commit comments

Comments
 (0)