diff options
author | Tom Rini <trini@konsulko.com> | 2024-03-19 09:10:30 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-03-19 09:10:30 -0400 |
commit | f048104999db28d49362201eaebfc91adb14f47c (patch) | |
tree | d8a909e13b846bb4a443283a3d948a39bb835995 /doc/board | |
parent | b145877c22b391a4872c875145a8f86f6ffebaba (diff) | |
parent | 386fca68960994ece0d9da8a69a14495b5f1aedf (diff) | |
download | u-boot-f048104999db28d49362201eaebfc91adb14f47c.zip u-boot-f048104999db28d49362201eaebfc91adb14f47c.tar.gz u-boot-f048104999db28d49362201eaebfc91adb14f47c.tar.bz2 |
Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/custodians/u-boot-socfpga into nextWIP/19Mar2024-next
- A new driver in the misc to register setting from device tree. This
also provides user a clean interface and all register settings are
centralized in one place, device tree.
- Enable Agilex5 platform for Intel product. Changes, modification and
new files are created for board, dts, configs and makefile to create
the base for Agilex5.
Build-tested on SoC64 boards, boot tested on some of them.
Diffstat (limited to 'doc/board')
-rw-r--r-- | doc/board/phytec/phycore-am62x.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/board/phytec/phycore-am62x.rst b/doc/board/phytec/phycore-am62x.rst index 1d641a7..bc6d524 100644 --- a/doc/board/phytec/phycore-am62x.rst +++ b/doc/board/phytec/phycore-am62x.rst @@ -92,9 +92,9 @@ Assuming the uSD card is `/dev/mmcblk0`: To boot from a micro SD card on a HSFS device simply copy the following artifacts to the FAT partition: -* tiboot3.bin from R5 build as tiboot3.bin -* tispl.bin_unsigned from Cortex-A build as tispl.bin -* u-boot.img_unsigned from Cortex-A build as u-boot.img +* tiboot3.bin from R5 build +* tispl.bin from Cortex-A build +* u-boot.img from Cortex-A build Boot ---- |