diff options
author | Vipin Kumar | 2012-12-16 22:32:48 +0000 |
---|---|---|
committer | Scott Wood | 2013-02-22 16:53:04 -0600 |
commit | 8fdf1e0f6d645f79a9b0677e062bf48d786c5b9e (patch) | |
tree | b7c5674740c6fdf862021d762200caa96a4d8e1b /README | |
parent | 47104c37de076e2be35ae1b3d144614f4d24a766 (diff) |
imls: Add support to list images in NAND device
This patch adds support to list images in NAND flash through imls
Signed-off-by: Vipin Kumar <vipin.kumar@st.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -842,7 +842,8 @@ The following options need to be configured: CONFIG_CMD_I2C * I2C serial bus support CONFIG_CMD_IDE * IDE harddisk support CONFIG_CMD_IMI iminfo - CONFIG_CMD_IMLS List all found images + CONFIG_CMD_IMLS List all images found in NOR flash + CONFIG_CMD_IMLS_NAND List all images found in NAND flash CONFIG_CMD_IMMAP * IMMR dump support CONFIG_CMD_IMPORTENV * import an environment CONFIG_CMD_INI * import data from an ini file into the env |