Skip to content
Snippets Groups Projects
Commit 6f1e46a7 authored by Davide Cardillo's avatar Davide Cardillo
Browse files

[C72][ENVIRONMENT] Enable mmcautodetect and fdtautodetect function

As for all other boards, the mmc device ID detection has been enabled.
In this way, the source for kernel/dtb and rootfs is automatically set
at runtime with the boot device. So, if the board boots from eMMC, all
other components of the BSP will be picked up from the eMMC; if the boot
is performed from uSD, the source device for the BSP will be the uSD.

Environment variables involved:
kernel_device_id
fdt_device_id
ramfs_device_id
rootfs_device_id
parent 3f07993c
No related branches found
No related tags found
No related merge requests found
......@@ -224,8 +224,8 @@
*/
#define ENV_MMCAUTODETECT "no"
#define ENV_FDTAUTODETECT "no"
#define ENV_MEMAUTODETECT "no"
#define ENV_FDTAUTODETECT "yes"
#define ENV_MEMAUTODETECT "yes"
#define SCFG_KERNEL_LOADADDR CONFIG_LOADADDR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment