From bd25864cc7612919cf806f5705fe6a83beec8f8d Mon Sep 17 00:00:00 2001 From: Dirk Behme Date: Wed, 11 Jan 2012 23:28:32 +0000 Subject: imximage: Sort bootops alphabetically Signed-off-by: Dirk Behme CC: Fabio Estevam CC: Stefano Babic CC: Jason Liu Acked-by: Jason Liu --- tools/imximage.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/imximage.c') diff --git a/tools/imximage.c b/tools/imximage.c index f3da139578..1e0f5d4e55 100644 --- a/tools/imximage.c +++ b/tools/imximage.c @@ -47,12 +47,12 @@ static table_entry_t imximage_cmds[] = { * this is needed to set the correct flash offset */ static table_entry_t imximage_bootops[] = { - {FLASH_OFFSET_SPI, "spi", "SPI Flash", }, - {FLASH_OFFSET_NAND, "nand", "NAND Flash", }, - {FLASH_OFFSET_SD, "sd", "SD Card", }, {FLASH_OFFSET_ONENAND, "onenand", "OneNAND Flash",}, + {FLASH_OFFSET_NAND, "nand", "NAND Flash", }, {FLASH_OFFSET_NOR, "nor", "NOR Flash", }, {FLASH_OFFSET_SATA, "sata", "SATA Disk", }, + {FLASH_OFFSET_SD, "sd", "SD Card", }, + {FLASH_OFFSET_SPI, "spi", "SPI Flash", }, {-1, "", "Invalid", }, }; -- cgit v1.2.1