diff options
| author | Fabio Estevam <[email protected]> | 2014-06-10 00:03:58 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2014-06-17 16:39:09 +0200 |
| commit | d4c8258812ace8991faf6f66fb6d81f4546a749f (patch) | |
| tree | 3c1f60e1b9facb655b773518dcf2777de1e7a11f | |
| parent | 3aa890525b1211857a750e82b38124f798a5cf75 (diff) | |
mx28evk: Add a target for SPI NOR boot
Introduce 'mx28evk_spi' target which will store the environment variables
into SPI NOR, which is useful when booting from SPI NOR.
Signed-off-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | boards.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boards.cfg b/boards.cfg index fd4324dbb87..dbee7f6b9ac 100644 --- a/boards.cfg +++ b/boards.cfg @@ -214,6 +214,7 @@ Active arm arm926ejs mxs freescale mx23evk Active arm arm926ejs mxs freescale mx28evk mx28evk mx28evk:ENV_IS_IN_MMC Fabio Estevam <[email protected]> Active arm arm926ejs mxs freescale mx28evk mx28evk_auart_console mx28evk:MXS_AUART,MXS_AUART_BASE=MXS_UARTAPP3_BASE,ENV_IS_IN_MMC Fabio Estevam <[email protected]> Active arm arm926ejs mxs freescale mx28evk mx28evk_nand mx28evk:ENV_IS_IN_NAND Fabio Estevam <[email protected]> +Active arm arm926ejs mxs freescale mx28evk mx28evk_spi mx28evk:ENV_IS_IN_SPI_FLASH Fabio Estevam <[email protected]> Active arm arm926ejs mxs olimex mx23_olinuxino mx23_olinuxino - Marek Vasut <[email protected]> Active arm arm926ejs mxs ppcag bg0900 bg0900 - Marek Vasut <[email protected]> Active arm arm926ejs mxs sandisk sansa_fuze_plus sansa_fuze_plus - Marek Vasut <[email protected]> |
