diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-04-19 09:19:04 +0200 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-05-04 09:12:37 +0530 |
commit | d76485b9411a680be2a25e1bc4f8da36619815dd (patch) | |
tree | 56f2e5edf263ef61240b8fa538e31201923f4e78 /include/fsl_qe.h | |
parent | fc888ac7d5016ce10346077514dc0777ef47d294 (diff) |
doc: fix references to README.qe_firmware
In two files README.qe_firmware is referenced which never made it into the
U-Boot tree. The README is available in the Linux kernel tree.
Update the references.
Cc: Timur Tabi <timur@kernel.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include/fsl_qe.h')
-rw-r--r-- | include/fsl_qe.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/fsl_qe.h b/include/fsl_qe.h index d4eba82436..6e44cbdb56 100644 --- a/include/fsl_qe.h +++ b/include/fsl_qe.h @@ -227,7 +227,8 @@ typedef enum qe_clock { /* Structure that defines QE firmware binary files. * - * See doc/README.qe_firmware for a description of these fields. + * See Documentation/powerpc/qe_firmware.rst in the Linux kernel tree for + * a description of these fields. */ struct qe_firmware { struct qe_header { |