configs: sama5d2_xplained: set default FAT env location to SD-Card
authorEugen Hristev <eugen.hristev@microchip.com>
Fri, 11 May 2018 08:14:31 +0000 (11:14 +0300)
committerTom Rini <trini@konsulko.com>
Wed, 23 May 2018 21:30:04 +0000 (17:30 -0400)
commite75477e4f29b1564ee3aa2f85b061cc4d3560a36
tree4d317a5a1f45f5a0aaea62e86cf61e1b82498a50
parent3d9640f55cb22afd018135768209bd79a7907270
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>
configs/sama5d2_xplained_mmc_defconfig