Skip to content

Commit

Permalink
uboot-envtools: fix configuration for I2SE Duckbills
Browse files Browse the repository at this point in the history
After changing board names to DT compat string, we also need to
adjust the script which generates uboot-env configuration files.

Fixes: e880a30 ("mxs: use generic sysinfo board detection")
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
  • Loading branch information
mhei authored and hauke committed Dec 18, 2018
1 parent 02b5efe commit c1c14c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/boot/uboot-envtools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=uboot-envtools
PKG_DISTNAME:=u-boot
PKG_VERSION:=2018.03
PKG_RELEASE:=2
PKG_RELEASE:=3

PKG_SOURCE_PROTO:=git
PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.xz
Expand Down
2 changes: 1 addition & 1 deletion package/boot/uboot-envtools/files/mxs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ touch /etc/config/ubootenv
board=$(board_name)

case "$board" in
duckbill)
i2se,duckbill)
ubootenv_add_uci_config "/dev/mmcblk0" "0x20000" "0x20000"
ubootenv_add_uci_config "/dev/mmcblk0" "0x40000" "0x20000"
;;
Expand Down

0 comments on commit c1c14c9

Please sign in to comment.