diff options
author | 2017-06-21 10:12:00 +0200 | |
---|---|---|
committer | 2017-06-21 21:23:55 +0200 | |
commit | 8c28677ea1bdb603f6162253b092da7ea5a47676 (patch) | |
tree | 3461a7272bf9f19661f8431522e720fdd9603522 /configs/at91sam9x5ek_mmc_defconfig | |
parent | 7bd24df2e92fc7bf9a8d6d76c572ab5ae14d49be (diff) | |
download | buildroot-8c28677ea1bdb603f6162253b092da7ea5a47676.tar.gz buildroot-8c28677ea1bdb603f6162253b092da7ea5a47676.tar.bz2 |
board/atmel: provide u-boot env for at91sam9x5ek_mmc
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>
Diffstat (limited to 'configs/at91sam9x5ek_mmc_defconfig')
-rw-r--r-- | configs/at91sam9x5ek_mmc_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/at91sam9x5ek_mmc_defconfig b/configs/at91sam9x5ek_mmc_defconfig index c1c4d67050..ed44943811 100644 --- a/configs/at91sam9x5ek_mmc_defconfig +++ b/configs/at91sam9x5ek_mmc_defconfig @@ -33,6 +33,9 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git" BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.5" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="at91sam9x5ek_mmc" +BR2_TARGET_UBOOT_ENVIMAGE=y +BR2_TARGET_UBOOT_ENVIMAGE_SOURCE="board/atmel/at91sam9x5ek_mmc/uboot-env.txt" +BR2_TARGET_UBOOT_ENVIMAGE_SIZE="0x4000" # Host packages # Needed to generate the SD card image |