Skip to content

Commit 6b22bb2

Browse files
ItsNayabSDConchuOD
authored andcommitted
configs: sama7d65: fix at91bootstrap tags
Update the sama7d65 boards at91bootstrap tags to prevent build failure. Fixes: 8fc3fbf ("configs: at91: bump at91bootstrap to v4.0.11-rc1.") Signed-off-by: Nayab Sayed <[email protected]> Reviewed-by: Hari Prasath Gujulan Elango <[email protected]>
1 parent 8aa1ca2 commit 6b22bb2

4 files changed

+4
-4
lines changed

configs/sama7d65_curiosity_graphics_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS="-O 64bit"
220220
BR2_TARGET_AT91BOOTSTRAP3=y
221221
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
222222
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git"
223-
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v4.0.11-rc1+sama7d65"
223+
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v4.0.11-rc1"
224224
BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="sama7d65_curiosity-bsrsd1_uboot"
225225
BR2_TARGET_UBOOT=y
226226
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y

configs/sama7d65_curiosity_headless_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="512M"
143143
BR2_TARGET_AT91BOOTSTRAP3=y
144144
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
145145
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git"
146-
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v4.0.11-rc1+sama7d65"
146+
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v4.0.11-rc1"
147147
BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="sama7d65_curiosity-bsrsd1_uboot"
148148
BR2_TARGET_UBOOT=y
149149
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y

configs/sama7d65eb_graphics_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS="-O 64bit"
220220
BR2_TARGET_AT91BOOTSTRAP3=y
221221
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
222222
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git"
223-
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v4.0.11-rc1+sama7d65-rc1"
223+
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v4.0.11-rc1"
224224
BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="ourasi_ddr3_ebsd1_uboot"
225225
BR2_TARGET_UBOOT=y
226226
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y

configs/sama7d65eb_headless_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="512M"
143143
BR2_TARGET_AT91BOOTSTRAP3=y
144144
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
145145
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git"
146-
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v4.0.11-rc1+sama7d65-rc1"
146+
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v4.0.11-rc1"
147147
BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="ourasi_ddr3_ebsd1_uboot"
148148
BR2_TARGET_UBOOT=y
149149
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y

0 commit comments

Comments
 (0)