diff options
author | Michael Heimpold <mhei@heimpold.de> | 2020-03-04 23:42:02 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-08 15:10:55 +0100 |
commit | a468a452531371b99c84ec7442a51edb96d4316f (patch) | |
tree | 5f485c1b33dc33c78fec2b111bb51f64fa91a12c /package/boot/uboot-envtools/files/mxs | |
parent | a5b06b7aa5dad12a7b1cebdff041c95c6bc3ec74 (diff) | |
download | upstream-a468a452531371b99c84ec7442a51edb96d4316f.tar.gz upstream-a468a452531371b99c84ec7442a51edb96d4316f.tar.bz2 upstream-a468a452531371b99c84ec7442a51edb96d4316f.zip |
uboot-envtools: mxs: add support for olimex, imx23-olinuxino
Add ubootenv uci config for Olimex OLinuXino boards.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'package/boot/uboot-envtools/files/mxs')
-rw-r--r-- | package/boot/uboot-envtools/files/mxs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/mxs b/package/boot/uboot-envtools/files/mxs index ecfb5de162..e087d60783 100644 --- a/package/boot/uboot-envtools/files/mxs +++ b/package/boot/uboot-envtools/files/mxs @@ -17,6 +17,9 @@ i2se,duckbill) ubootenv_add_uci_config "/dev/mmcblk0" "0x20000" "0x20000" ubootenv_add_uci_config "/dev/mmcblk0" "0x40000" "0x20000" ;; +olimex,imx23-olinuxino) + ubootenv_add_uci_config "/dev/mmcblk0" "0x40000" "0x4000" + ;; esac config_load ubootenv |