summaryrefslogtreecommitdiffstats
path: root/configs/at91sam9x5ek_mmc_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* configs/atmel: bump to linux4sam_5.7Nicolas Ferre2017-10-061-3/+3
| | | | | | | | | Bump at91sam9x5ek, atmel_sama5d2_xplained, atmel_sama5d3_xplained and atmel_sama5d4_xplained all variants to linux4sam_5.7. The 3 foundation components have their tags changed (AT91Bootstrap, U-Boot, Linux kernel). Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/{at91sam9x5ek*, atmel_*_xplained*}: U-Boot needs DTCThomas Petazzoni2017-07-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | Since the bump of the Atmel defconfigs to linux4sam_5.6 in commit 0f7b5d4a9f3a78be07e22c81db41f88e45e8c0cf, the new U-Boot version uses the Device Tree compiler, so we need to add BR2_TARGET_UBOOT_NEEDS_DTC in order to build dtc before u-boot and avoid build failures. Fixes: >>> uboot linux4sam_5.6 Configuring >>> uboot linux4sam_5.6 Building [...] CHK include/generated/timestamp_autogenerated.h UPD include/generated/timestamp_autogenerated.h ./scripts/dtc-version.sh: line 17: dtc: command not found ./scripts/dtc-version.sh: line 18: dtc: command not found *** Your dtc is too old, please upgrade to dtc 1.4 or newer Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/atmel: bump to linux4sam_5.6Ludovic Desroches2017-06-211-4/+4
| | | | | | | | Bump at91sam9x5ek, atmel_sama5d2_xplained, atmel_sama5d3_xplained and atmel_sama5d4_xplained to linux4sam_5.6. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/atmel: provide u-boot env for at91sam9x5ek_mmcLudovic Desroches2017-06-211-0/+3
| | | | | | | | Default bootargs have changed in U-Boot for this board. Build U-Boot environment and add it to the SD card image to update bootargs. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: at91sam9x5ek: new additional defconfigsLudovic Desroches2017-03-071-0/+41
This commit: - Adds a development rootfs defconfig for the at91sam9x5ek board for NAND-based configurations. - Adds SD-card based configurations for the at91sam9x5ek board, both a minimal one and development one. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> [Thomas: add at91sam9x5ek_mmc_defconfig to have all four combinations: NAND minimal, NAND development, SD minimal, SD development.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud