diff options
| author | Andrejs Cainikovs <[email protected]> | 2023-03-03 14:26:33 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-03-30 10:50:29 +0200 |
| commit | de666551b304dec47ed2029e12c7e5d97bf61010 (patch) | |
| tree | eaeab14c19fd3f6cf9532b62466fa07889b97cd0 /include | |
| parent | 18fff32ba202811195a813e44d91d9eb668c6d9f (diff) | |
colibri-imx8x: construct fdtfile dynamically
The following expression is used to construct the device tree name:
fdtfile=${soc}-colibri-${fdt_board}.dtb
- soc is set dynamically (either imx8qxp or imx8dx)
- fdt_board can be modified by the user (eval-v3, aster, iris/iris-v2)
Signed-off-by: Andrejs Cainikovs <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/colibri-imx8x.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/colibri-imx8x.h b/include/configs/colibri-imx8x.h index 7826596a331..9a4a5f3b5de 100644 --- a/include/configs/colibri-imx8x.h +++ b/include/configs/colibri-imx8x.h @@ -61,8 +61,7 @@ "boot_script_dhcp=boot.scr\0" \ "console=ttyLP3\0" \ "fdt_addr=0x83000000\0" \ - "fdt_file=fsl-imx8qxp-colibri-dsihdmi-eval-v3.dtb\0" \ - "fdtfile=fsl-imx8qxp-colibri-dsihdmi-eval-v3.dtb\0" \ + "fdt_board=eval-v3\0" \ "finduuid=part uuid mmc ${mmcdev}:2 uuid\0" \ "image=Image\0" \ "initrd_addr=0x83800000\0" \ |
