diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-02-06 14:05:03 +0100 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-02-20 12:18:40 +0800 |
| commit | 3955668a9dd5d4ba5f37ac852e1cae1d3b17e71c (patch) | |
| tree | 4c4b404cc0921084c89f763029da93a01e6c6efc /include | |
| parent | 7a45cb4ffeff034304789954bb222ddd7d02104a (diff) | |
configs: microchip_mpfs_icicle: set DEFAULT_FDT_FILE
Variable $fdtfile needs to be set for automatically loading a device-tree
from the ESP or boot partition.
* Set CONFIG_DEFAULT_FDT_FILE in the defconfig.
* Add $fdtfile to the default environment.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
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 */ |
