diff options
author | Stefan Agner <stefan@agner.ch> | 2014-09-12 13:06:36 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-09-16 13:25:45 +0200 |
commit | d6d07a9bec3bc30a58c45f8e6343c92dfef96fee (patch) | |
tree | 5855e953fbdbc6b07dab97362b498951c8c2cb20 /configs | |
parent | 72d7beabf72867da0a2e4dd37381cc3838ca8316 (diff) |
arm: vf610: add NAND support for vf610twr
This adds NAND support for the Vybrid tower system (TWR-VF65GS10)
provided by the vf610_nfc driver. Full 16-Bit bus width is
supported. Also an aditional config vf610twr_nand is introduced
which gets the environment from NAND. However, booting U-Boot from
NAND is not yet possible due to missing boot configuration block
(BCB).
Signed-off-by: Stefan Agner <stefan@agner.ch>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/vf610twr_defconfig | 2 | ||||
-rw-r--r-- | configs/vf610twr_nand_defconfig | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/configs/vf610twr_defconfig b/configs/vf610twr_defconfig index 10e6432bb4a..7de374a4064 100644 --- a/configs/vf610twr_defconfig +++ b/configs/vf610twr_defconfig @@ -1,3 +1,3 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/vf610twr/imximage.cfg" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/vf610twr/imximage.cfg,ENV_IS_IN_MMC" CONFIG_ARM=y CONFIG_TARGET_VF610TWR=y diff --git a/configs/vf610twr_nand_defconfig b/configs/vf610twr_nand_defconfig new file mode 100644 index 00000000000..e78db26ff61 --- /dev/null +++ b/configs/vf610twr_nand_defconfig @@ -0,0 +1,3 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/vf610twr/imximage.cfg,ENV_IS_IN_NAND" +CONFIG_ARM=y +CONFIG_TARGET_VF610TWR=y |