diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-04-28 15:04:54 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-04-28 17:48:45 -0300 |
commit | 9ef0fb90c03e8f8814cfa2cf637a873f112bbe94 (patch) | |
tree | 49d71c6dd82a9b7b83f32ea6e321c21674b5e3e7 /conf/machine/imx8dxl-ddr3l-evk.conf | |
parent | 0268af0e30d7f2b9a3e99c3aaa0866e4fbe29280 (diff) | |
download | meta-freescale-9ef0fb90c03e8f8814cfa2cf637a873f112bbe94.tar.gz |
imx8dxl-ddr3l-evk: Fix machine name
The machine variant is for DDR3L memory, so fix the name.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf/machine/imx8dxl-ddr3l-evk.conf')
-rw-r--r-- | conf/machine/imx8dxl-ddr3l-evk.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/machine/imx8dxl-ddr3l-evk.conf b/conf/machine/imx8dxl-ddr3l-evk.conf new file mode 100644 index 00000000..1b2bad6b --- /dev/null +++ b/conf/machine/imx8dxl-ddr3l-evk.conf | |||
@@ -0,0 +1,11 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: i.MX 8DXL EVK with DDR3 | ||
3 | #@DESCRIPTION: NXP i.MX 8DXLite Evaluation Kit with DDR3 | ||
4 | #@MAINTAINER: Lauren Post <lauren.post@nxp.com> | ||
5 | |||
6 | require conf/machine/include/imx8dxl-evk.inc | ||
7 | KERNEL_DEVICETREE_BASENAME = "imx8dxl-ddr3-evk" | ||
8 | UBOOT_CONFIG_BASENAME = "imx8dxl_ddr3_evk" | ||
9 | UBOOT_CONFIG[nand] = "${UBOOT_CONFIG_BASENAME}_nand_defconfig" | ||
10 | |||
11 | BOARD_TYPE = "val" | ||