ccimx6ulstarter/sbc: select correct fdt_file for variant 0x04

Variant 0x04 has wireless and must select the '-wb' device tree.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>

https://jira.digi.com/browse/DEL-4100
This commit is contained in:
Hector Palacios 2017-04-10 11:27:22 +02:00
parent a7c51af5b8
commit 68a1940d7f
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ else
#
# Set device tree filename depending on the hardware variant
#
if test "${module_variant}" = "0x02"; then
if test "${module_variant}" = "0x02" || test "${module_variant}" = "0x04"; then
setenv fdt_file zImage-imx6ul-ccimx6ulsbc-wb.dtb
elif test "${module_variant}" = "0x03"; then
setenv fdt_file zImage-imx6ul-ccimx6ulsbc.dtb

View File

@ -11,7 +11,7 @@ else
#
# Set device tree filename depending on the hardware variant
#
if test "${module_variant}" = "0x02"; then
if test "${module_variant}" = "0x02" || test "${module_variant}" = "0x04"; then
setenv fdt_file zImage-imx6ul-ccimx6ulstarter-wb.dtb
elif test "${module_variant}" = "0x03"; then
setenv fdt_file zImage-imx6ul-ccimx6ulstarter.dtb