diff options
| author | Benjamin Hahn <[email protected]> | 2024-02-08 13:03:11 +0100 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-02-08 10:11:46 -0300 |
| commit | 8dcf1df48dff339b172d1bce2a38a965ee4aafca (patch) | |
| tree | d064c410783afa0b4ab1bfc9df6dbcb1f4c29884 /include | |
| parent | 199229e28b2b2da57c52ee46452f930785cf6002 (diff) | |
phycore-imx8mp: add support for booting and flashing emmc via UUU
add support for Serial Downloader Boot via UUU as well as flashing emmc
via UUU on USB0 Port of phyBOARD Pollux.
Reviewed-by: Fabio Estevam <[email protected]>
Signed-off-by: Benjamin Hahn <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/phycore_imx8mp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/phycore_imx8mp.h b/include/configs/phycore_imx8mp.h index d79d364c8e2..11a17be7fe1 100644 --- a/include/configs/phycore_imx8mp.h +++ b/include/configs/phycore_imx8mp.h @@ -19,6 +19,11 @@ "fdt_addr=0x48000000\0" \ "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \ "ip_dyn=yes\0" \ + "dofastboot=0\0" \ + "fastboot_raw_partition_bootloader=64 8128\0" \ + "fastboot_raw_partition_all=0 4194304\0" \ + "emmc_dev=2\0" \ + "sd_dev=1\0" \ "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \ "mmcpart=1\0" \ "mmcroot=2\0" \ |
