U-Boot Freescale-NXP iMX6 Series
From IGEP - ISEE Wiki
U-Boot 2015.04.y [EOL]
Clone the u-boot repository using next git address:
$ git clone git@git.isee.biz:arm-boot/u-boot-fslc.git
or
$ git clone https://git.isee.biz/arm-boot/u-boot-fslc.git
Go to the u-boot-fscl directory and checkout the version 2015.04.y as:
$ cd u-boot-fscl
$ git checkout remotes/origin/isee-imx-patches-2015.04-next -b isee-imx-patches-2015.04-next.local
Now build the u-boot, first set the configuration with:
IGEP0046 SMARC Quad:
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6q_igep0046_defconfig
IGEP0046 SMARC Dual lite
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6dl_igep0046_defconfig
IGEP0046 SMARC Solo
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6s_igep0046_defconfig