mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Commented out an offset in uboot-env
This commit is contained in:
parent
f17a781275
commit
41e7001d3c
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Jonny Gerold <jonny@fsk141.com>
|
||||
# Contributor: Julian Langschaedel <meta.rb@gmail.com>
|
||||
|
||||
plugrel=1
|
||||
plugrel=2
|
||||
|
||||
pkgname=uboot-env
|
||||
_tool=env
|
||||
|
@ -14,7 +14,7 @@ install=uboot-env.install
|
|||
source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2
|
||||
fw_env.config)
|
||||
md5sums=('d94700614225f53c853dfe714eb5fa47'
|
||||
'19c209f4f25ec9835307942836a3de34')
|
||||
'03b72041d1962b4136fca67c67347830')
|
||||
|
||||
build() {
|
||||
cd $srcdir/u-boot-$pkgver
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Up to two entries are valid, in this case the redundand
|
||||
# environment sector is assumed present.
|
||||
# MTD device name Device offset Env. size Flash sector size
|
||||
/dev/mtd2 0x0000 0x20000 0x20000
|
||||
#/dev/mtd2 0x0000 0x20000 0x20000
|
||||
|
||||
# segate dockstar:
|
||||
# /dev/mtd0 0xc0000 0x20000 0x20000
|
||||
|
|
Loading…
Reference in a new issue