summaryrefslogtreecommitdiff
path: root/libre/uboot4extlinux-am335x/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/uboot4extlinux-am335x/PKGBUILD')
-rw-r--r--libre/uboot4extlinux-am335x/PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/libre/uboot4extlinux-am335x/PKGBUILD b/libre/uboot4extlinux-am335x/PKGBUILD
index 4ce30c130..6db114815 100644
--- a/libre/uboot4extlinux-am335x/PKGBUILD
+++ b/libre/uboot4extlinux-am335x/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=uboot4extlinux-am335x
pkgname=('uboot4extlinux-am335x_bone')
pkgver=2019.01
-pkgrel=2
+pkgrel=3
arch=('armv7h')
url="http://git.denx.de/u-boot.git/"
license=('GPL')
@@ -19,6 +19,11 @@ sha256sums=('50bd7e5a466ab828914d080d5f6a432345b500e8fba1ad3b7b61e95e60d51c22'
boards=('am335x_evm')
+prepare() {
+ cd u-boot-${pkgver}
+ echo 'CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x200' >> configs/am335x_evm_defconfig
+}
+
build() {
cd u-boot-${pkgver}