Commit 086f333f authored by Jerzy Grzegorek's avatar Jerzy Grzegorek Committed by Peter Korsgaard
Browse files

Normalize separator size to 80

parent f9e76bb2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#############################################################
################################################################################
#
# at91bootstrap
#
#############################################################
################################################################################

AT91BOOTSTRAP_VERSION = 1.16
AT91BOOTSTRAP_SITE = ftp://www.at91.com/pub/at91bootstrap/
+2 −2
Original line number Diff line number Diff line
#############################################################
################################################################################
#
# at91bootstrap3
#
#############################################################
################################################################################

AT91BOOTSTRAP3_VERSION = 3.2
AT91BOOTSTRAP3_SITE = \
+2 −2
Original line number Diff line number Diff line
#############################################################
################################################################################
#
# at91dataflashboot
#
#############################################################
################################################################################

AT91DATAFLASHBOOT_VERSION = 1.05
AT91DATAFLASHBOOT_SOURCE = DataflashBoot-$(AT91DATAFLASHBOOT_VERSION).tar.bz2
+2 −2
Original line number Diff line number Diff line
#############################################################
################################################################################
#
# barebox
#
#############################################################
################################################################################

BAREBOX_VERSION    = $(call qstrip,$(BR2_TARGET_BAREBOX_VERSION))

+2 −2
Original line number Diff line number Diff line
#############################################################
################################################################################
#
# boot-wrapper-aarch64
#
#############################################################
################################################################################

BOOT_WRAPPER_AARCH64_VERSION        = 26b62f586020fd998c6efd43db657eaafeec14da
BOOT_WRAPPER_AARCH64_SITE           = git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/boot-wrapper-aarch64.git
Loading