mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
imximage: Sort bootops alphabetically
Signed-off-by: Dirk 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: Jason Liu <jason.hui@linaro.org>
This commit is contained in:
parent
19b409c007
commit
bd25864cc7
1 changed files with 3 additions and 3 deletions
|
@ -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", },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue