Skip to content
Snippets Groups Projects
Commit bd25864c authored by Dirk Behme's avatar Dirk Behme Committed by Albert ARIBAUD
Browse files

imximage: Sort bootops alphabetically


Signed-off-by: default avatarDirk Behme <dirk.behme@de.bosch.com>
CC: Fabio Estevam <festevam@gmail.com>
CC: Stefano Babic <sbabic@denx.de>
CC: Jason Liu <jason.hui@linaro.org>
Acked-by: default avatarJason Liu <jason.hui@linaro.org>
parent 19b409c0
No related branches found
No related tags found
No related merge requests found
......@@ -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", },
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment