diff options
author | Stefano Babic <sbabic@denx.de> | 2010-04-13 12:38:43 +0200 |
---|---|---|
committer | trix <trix@windriver.com> | 2010-04-24 12:57:59 -0500 |
commit | 989359b3182cdd998b58c8cca92717263c8d513d (patch) | |
tree | 2c2dc0b0f6fdc0d8a74ab9b3655710e449c7ec7e /board/freescale | |
parent | 6686f10dd5ac791238d8c8afa1bce264083fc498 (diff) | |
download | u-boot-imx-989359b3182cdd998b58c8cca92717263c8d513d.zip u-boot-imx-989359b3182cdd998b58c8cca92717263c8d513d.tar.gz u-boot-imx-989359b3182cdd998b58c8cca92717263c8d513d.tar.bz2 |
mx51evk: correct list of possible BOOT_FROM values
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/mx51evk/imximage.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx51evk/imximage.cfg b/board/freescale/mx51evk/imximage.cfg index db09913..a875e8f 100644 --- a/board/freescale/mx51evk/imximage.cfg +++ b/board/freescale/mx51evk/imximage.cfg @@ -26,7 +26,7 @@ # The syntax is taken as close as possible with the kwbimage # Boot Device : one of -# spi_flash, nand, onenand, sd_card +# spi, sd (the board has no nand neither onenand) BOOT_FROM spi |