diff options
| author | Mario Domenech Goulart <mario@ossystems.com.br> | 2013-09-19 11:11:06 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-25 15:28:33 -0300 |
| commit | 79914ec2ae0cbe50523f985598588727be488ad8 (patch) | |
| tree | 822cc5b340d032433b3cd2f1afbae46413e0833e | |
| parent | 25a66bb76bb8e94cbf39507cef683a784c22c2d4 (diff) | |
| download | meta-freescale-79914ec2ae0cbe50523f985598588727be488ad8.tar.gz | |
imx28evk: set up UBOOT_CONFIG with config/fs-type for the supported boot devices
Supported boot devices: sd, nand and sd-auart-console.
Change-Id: I4521bbfa7a3c5ec4002a583b682a36ab18e9357a
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/conf/machine/imx28evk.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/imx28evk.conf b/meta-fsl-arm/conf/machine/imx28evk.conf index e38341a33..2fe546c75 100644 --- a/meta-fsl-arm/conf/machine/imx28evk.conf +++ b/meta-fsl-arm/conf/machine/imx28evk.conf | |||
| @@ -8,7 +8,11 @@ include conf/machine/include/mxs-base.inc | |||
| 8 | SOC_FAMILY = "mxs:mx28" | 8 | SOC_FAMILY = "mxs:mx28" |
| 9 | 9 | ||
| 10 | IMXBOOTLETS_MACHINE = "iMX28_EVK" | 10 | IMXBOOTLETS_MACHINE = "iMX28_EVK" |
| 11 | UBOOT_MACHINE = "mx28evk_config" | 11 | |
| 12 | UBOOT_CONFIG ??= "sd" | ||
| 13 | UBOOT_CONFIG[sd] = "mx28evk_config,sdcard" | ||
| 14 | UBOOT_CONFIG[nand] = "mx28evk_nand_config,ubifs" | ||
| 15 | UBOOT_CONFIG[sd-auart-console] = "mx28evk_auart_console_config,sdcard" | ||
| 12 | 16 | ||
| 13 | KERNEL_IMAGETYPE = "uImage" | 17 | KERNEL_IMAGETYPE = "uImage" |
| 14 | KERNEL_DEVICETREE = "imx28-evk.dtb" | 18 | KERNEL_DEVICETREE = "imx28-evk.dtb" |
