mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
board: phytec: phycore_am62ax: Add Network/SPI/DFU env variables
Include the boot logic to boot via Network, from a OSPI/QSPI NOR flash or via USB DFU. Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#include <env/phytec/k3_dfu.env>
|
||||
#include <env/phytec/k3_mmc.env>
|
||||
#include <env/phytec/k3_net.env>
|
||||
#include <env/phytec/k3_spi.env>
|
||||
|
||||
fdtaddr=0x88000000
|
||||
loadaddr=0x82000000
|
||||
scriptaddr=0x80000000
|
||||
@@ -12,3 +17,9 @@ mmcroot=2
|
||||
mmcpart=1
|
||||
console=ttyS2,115200n8
|
||||
earlycon=ns16550a,mmio32,0x02800000
|
||||
|
||||
get_cmd=tftp
|
||||
|
||||
spi_fdt_addr=0x700000
|
||||
spi_image_addr=0x800000
|
||||
spi_ramdisk_addr=0x1e00000
|
||||
|
||||
Reference in New Issue
Block a user