diff options
| author | Tom Rini <[email protected]> | 2025-02-20 08:34:52 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-20 08:34:52 -0600 |
| commit | 7a6dbb9dbe2ed4f6e51b3902fc7aa5a425f5f203 (patch) | |
| tree | cb08708ef29b4ab550e2645861cb045cdbfc2504 /include | |
| parent | ee69293e0d6fb90520dd3e9aea60c01d72de8e6d (diff) | |
| parent | 399a03442f0874bd2eecaa22f96a37378dabf390 (diff) | |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv
CI: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/24692
- board: VisionFive 2: Update maintainer file
- configs: starfive: Add LwIP network and wget command
- configs: microchip: set DEFAULT_FDT_FILE
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/microchip_mpfs_icicle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/microchip_mpfs_icicle.h b/include/configs/microchip_mpfs_icicle.h index 5ced45b88b2..0077f6a5f95 100644 --- a/include/configs/microchip_mpfs_icicle.h +++ b/include/configs/microchip_mpfs_icicle.h @@ -26,6 +26,7 @@ "scriptaddr=0x88100000\0" \ "pxefile_addr_r=0x88200000\0" \ "ramdisk_addr_r=0x88300000\0" \ + "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \ BOOTENV #endif /* __CONFIG_H */ |
