diff options
Diffstat (limited to 'recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/0007-mx53-loco-update-defconfig.patch')
-rw-r--r-- | recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/0007-mx53-loco-update-defconfig.patch | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/0007-mx53-loco-update-defconfig.patch b/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/0007-mx53-loco-update-defconfig.patch new file mode 100644 index 0000000..6518886 --- /dev/null +++ b/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/0007-mx53-loco-update-defconfig.patch | |||
@@ -0,0 +1,51 @@ | |||
1 | From fdfefcad6edda451b0fd44b0e622f4dfe9699040 Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Eric=20B=C3=A9nard?= <eric@eukrea.com> | ||
3 | Date: Tue, 21 Feb 2012 01:24:14 +0100 | ||
4 | Subject: [PATCH 7/7] mx53-loco: update defconfig | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | Signed-off-by: Eric Bénard <eric@eukrea.com> | ||
10 | --- | ||
11 | Upstream-Status: Applied for 2012.04.0 | ||
12 | |||
13 | arch/arm/configs/freescale_mx53_loco_defconfig | 5 ++++- | ||
14 | 1 files changed, 4 insertions(+), 1 deletions(-) | ||
15 | |||
16 | diff --git a/arch/arm/configs/freescale_mx53_loco_defconfig b/arch/arm/configs/freescale_mx53_loco_defconfig | ||
17 | index b4e872d..bd2bdbe 100644 | ||
18 | --- a/arch/arm/configs/freescale_mx53_loco_defconfig | ||
19 | +++ b/arch/arm/configs/freescale_mx53_loco_defconfig | ||
20 | @@ -21,7 +21,6 @@ CONFIG_DEBUG_INFO=y | ||
21 | CONFIG_CMD_EDIT=y | ||
22 | CONFIG_CMD_SLEEP=y | ||
23 | CONFIG_CMD_SAVEENV=y | ||
24 | -CONFIG_CMD_LOADENV=y | ||
25 | CONFIG_CMD_EXPORT=y | ||
26 | CONFIG_CMD_PRINTENV=y | ||
27 | CONFIG_CMD_READLINE=y | ||
28 | @@ -46,6 +45,7 @@ CONFIG_CMD_MAGICVAR=y | ||
29 | CONFIG_CMD_MAGICVAR_HELP=y | ||
30 | CONFIG_CMD_GPIO=y | ||
31 | CONFIG_CMD_UNCOMPRESS=y | ||
32 | +CONFIG_CMD_I2C=y | ||
33 | CONFIG_NET=y | ||
34 | CONFIG_NET_DHCP=y | ||
35 | CONFIG_NET_NFS=y | ||
36 | @@ -55,9 +55,12 @@ CONFIG_NET_TFTP_PUSH=y | ||
37 | CONFIG_NET_NETCONSOLE=y | ||
38 | CONFIG_DRIVER_NET_FEC_IMX=y | ||
39 | # CONFIG_SPI is not set | ||
40 | +CONFIG_I2C=y | ||
41 | +CONFIG_I2C_IMX=y | ||
42 | CONFIG_MCI=y | ||
43 | CONFIG_MCI_STARTUP=y | ||
44 | CONFIG_MCI_IMX_ESDHC=y | ||
45 | +CONFIG_I2C_MC34708=y | ||
46 | CONFIG_FS_FAT=y | ||
47 | CONFIG_FS_FAT_WRITE=y | ||
48 | CONFIG_FS_FAT_LFN=y | ||
49 | -- | ||
50 | 1.7.7.6 | ||
51 | |||