hw26: Use machine overrides from HW21

Since HW26 is sharing a lot with HW21, we can avoid redefining
everything twice by using this feature.

BugzID: 63682
This commit is contained in:
Alexandre Bard 2020-09-08 14:33:46 +02:00
parent 64cbcbd2cd
commit 3349f227a0
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@
#require conf/machine/include/ti33x.inc
require am335x-nmhw21.conf
KERNEL_DEVICETREE = "am335x-hw26.dtb "
MACHINEOVERRIDES .= ":am335x-nmhw21"