summaryrefslogtreecommitdiff
path: root/tools/imximage.c
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-06-12 11:08:52 +0800
committerYe.Li <B37916@freescale.com>2014-06-17 11:13:54 +0800
commit1d442553d0b201dc23e3ed0e0e434c2aa6f43d1f (patch)
treedd10eafd5f9f18ace5cd79a19d18a222e4bc1376 /tools/imximage.c
parentbfcd6e5255bdf057835d9c78468015c65d1c953c (diff)
downloadu-boot-imx-1d442553d0b201dc23e3ed0e0e434c2aa6f43d1f.zip
u-boot-imx-1d442553d0b201dc23e3ed0e0e434c2aa6f43d1f.tar.gz
u-boot-imx-1d442553d0b201dc23e3ed0e0e434c2aa6f43d1f.tar.bz2
ENGR00315894-52 imximage: Add QuadSPI boot
Adding QuadSPI boot support to imximage tool. Signed-off-by: Huang Shijie <b32955@freescale.com> Signed-off-by: Nitin Garg <nitin.garg@freescale.com> Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'tools/imximage.c')
-rw-r--r--tools/imximage.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/imximage.c b/tools/imximage.c
index 7e12cec..6b4294f 100644
--- a/tools/imximage.c
+++ b/tools/imximage.c
@@ -6,6 +6,8 @@
* Marvell Semiconductor <www.marvell.com>
* Written-by: Prafulla Wadaskar <prafulla@marvell.com>
*
+ * Copyright (C) 2014 Freescale Semiconductor, Inc.
+ *
* SPDX-License-Identifier: GPL-2.0+
*/
@@ -41,6 +43,7 @@ static table_entry_t imximage_boot_offset[] = {
{FLASH_OFFSET_SATA, "sata", "SATA Disk", },
{FLASH_OFFSET_SD, "sd", "SD Card", },
{FLASH_OFFSET_SPI, "spi", "SPI Flash", },
+ {FLASH_OFFSET_QSPI, "qspi", "QSPI Flash", },
{-1, "", "Invalid", },
};
@@ -55,6 +58,7 @@ static table_entry_t imximage_boot_loadsize[] = {
{FLASH_LOADSIZE_SATA, "sata", "SATA Disk", },
{FLASH_LOADSIZE_SD, "sd", "SD Card", },
{FLASH_LOADSIZE_SPI, "spi", "SPI Flash", },
+ {FLASH_LOADSIZE_QSPI, "qspi", "QSPI Flash", },
{-1, "", "Invalid", },
};