diff options
author | Tom Rini <trini@konsulko.com> | 2020-09-18 10:42:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-09-18 10:42:12 -0400 |
commit | 98f3ee09d096c6c1bc49e08d805f6354dffb0e59 (patch) | |
tree | b02cd94de7fc93381d8ce7d07481ff9952986218 /doc/board | |
parent | 9de3126e80cdac7ee15b6671065a952184533dda (diff) | |
parent | 4516b535bf16db4231ea27bb95197d869f86893b (diff) | |
download | u-boot-98f3ee09d096c6c1bc49e08d805f6354dffb0e59.zip u-boot-98f3ee09d096c6c1bc49e08d805f6354dffb0e59.tar.gz u-boot-98f3ee09d096c6c1bc49e08d805f6354dffb0e59.tar.bz2 |
Merge tag 'u-boot-imx-20200918' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
----------------------------------------------------------------
Fixes for 2020.10
-----------------
- Toradex boards
- mx6qsabrelite: fix env offset
- esdhc_imx: waiting for clock instead of sleep
- dyn RAM calibration for entry point i.MX6
Travis: https://travis-ci.org/github/sbabic/u-boot-imx/builds/728274602
Diffstat (limited to 'doc/board')
-rw-r--r-- | doc/board/toradex/apalix-imx8.rst | 2 | ||||
-rw-r--r-- | doc/board/toradex/colibri-imx8x.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/board/toradex/apalix-imx8.rst b/doc/board/toradex/apalix-imx8.rst index 4b7ea65..29593fa 100644 --- a/doc/board/toradex/apalix-imx8.rst +++ b/doc/board/toradex/apalix-imx8.rst @@ -51,7 +51,7 @@ Build U-Boot ------------ .. code-block:: bash - $ make apalis-imx8qm_defconfig + $ make apalis-imx8_defconfig $ make u-boot-dtb.imx Load the U-Boot Binary Using UUU diff --git a/doc/board/toradex/colibri-imx8x.rst b/doc/board/toradex/colibri-imx8x.rst index 244e5a4..616f40a 100644 --- a/doc/board/toradex/colibri-imx8x.rst +++ b/doc/board/toradex/colibri-imx8x.rst @@ -52,7 +52,7 @@ Build U-Boot .. code-block:: bash - $ make colibri-imx8qxp_defconfig + $ make colibri-imx8x_defconfig $ make u-boot-dtb.imx Load the U-Boot Binary Using UUU |