commit | 3c0fd17f61060f3077b0601e0d8353e2b1b6a3df | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Mon May 23 08:25:28 2016 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Tue May 24 15:01:43 2016 +0200 |
tree | 7b55d74d04d599c5306d021a4cb872111d1e8ab0 | |
parent | a419352daf7a3dd29306d458fd3924e394d3cdc0 [diff] |
imx: ventana: use EEPROM register for falcon boot mode NAND+MMC env support costs 12KB in the SPL which is fairly expensive just for the ability to specify whether or not to boot to uboot or directly to linux. The Ventana boards have plenty of EEPROM storage so we will use a byte there to signify if we should boot to the bootloader or to the OS. Signed-off-by: Tim Harvey <tharvey@gateworks.com>