diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-03-07 11:28:19 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-04-03 10:55:18 +0200 |
commit | ab461be65dbfe3e2fa45f7cd836faa99663be5bb (patch) | |
tree | 9313b352abdaf7d1bf18604359989f84078f7532 /boards.cfg | |
parent | 85449dbd4ba55766862eeb93745c1b4b76c5cd86 (diff) | |
download | u-boot-imx-ab461be65dbfe3e2fa45f7cd836faa99663be5bb.zip u-boot-imx-ab461be65dbfe3e2fa45f7cd836faa99663be5bb.tar.gz u-boot-imx-ab461be65dbfe3e2fa45f7cd836faa99663be5bb.tar.bz2 |
mx28evk: Introduce a new target for saving env vars to NAND
Introduce 'mx28evk_nand' target for saving environment variables into NAND.
The mx28evk board does not come with a NAND flash populated from the
factory. It comes with an empty slot (U23), which allows the insertion of a
48-pin TSOP flash device.
Tested with a K9LBG08U0D.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Reviewed-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'boards.cfg')
-rw-r--r-- | boards.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -196,7 +196,8 @@ mx23_olinuxino arm arm926ejs mx23_olinuxino olimex apx4devkit arm arm926ejs apx4devkit bluegiga mxs apx4devkit mx23evk arm arm926ejs mx23evk freescale mxs mx23evk m28evk arm arm926ejs m28evk denx mxs m28evk -mx28evk arm arm926ejs mx28evk freescale mxs mx28evk +mx28evk arm arm926ejs mx28evk freescale mxs mx28evk:ENV_IS_IN_MMC +mx28evk_nand arm arm926ejs mx28evk freescale mxs mx28evk:ENV_IS_IN_NAND sc_sps_1 arm arm926ejs sc_sps_1 schulercontrol mxs nhk8815 arm arm926ejs nhk8815 st nomadik nhk8815_onenand arm arm926ejs nhk8815 st nomadik nhk8815:BOOT_ONENAND |