commit | 41407deb76be6cbf7b74e6306ac5cb602df64d70 | [log] [tgz] |
---|---|---|
author | Eugen Hristev <eugen.hristev@microchip.com> | Fri May 11 11:14:31 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Wed May 23 17:30:04 2018 -0400 |
tree | 4d317a5a1f45f5a0aaea62e86cf61e1b82498a50 | |
parent | 2981003a427df0c8fc16afc8699cc64d86d5f2aa [diff] |
configs: sama5d2_xplained: set default FAT env location to SD-Card For sama5d2_xplained_mmc_defconfig, we have the following layout for SD-Card: partition 1: FAT: contains bootstrap binary (second level bootloader), U-boot, U-boot env, kernel, dtb partition 2: EXT4: Rootfs. Add to defconfig CONFIG_ENV_FAT_DEVICE_AND_PART to have environment by default on SD-Card, to align with our demo layout. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>