diff options
| -rw-r--r-- | conf/machine/include/imx-base.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 1406a9502..1f63a2b20 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
| @@ -250,7 +250,10 @@ WKS_FILE_DEPENDS ?= " \ | |||
| 250 | e2fsprogs-native \ | 250 | e2fsprogs-native \ |
| 251 | bmap-tools-native \ | 251 | bmap-tools-native \ |
| 252 | " | 252 | " |
| 253 | WKS_FILE ?= "imx-uboot-bootpart.wks" | 253 | |
| 254 | SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks" | ||
| 255 | |||
| 256 | WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" | ||
| 254 | 257 | ||
| 255 | SERIAL_CONSOLE = "115200 ttymxc0" | 258 | SERIAL_CONSOLE = "115200 ttymxc0" |
| 256 | SERIAL_CONSOLE_mxs = "115200 ttyAMA0" | 259 | SERIAL_CONSOLE_mxs = "115200 ttyAMA0" |
