Merge pull request #143 from vpeter4/imx6-u-boot

projects/imx6: don't build u-boot for udoo system
This commit is contained in:
CvH 2016-04-12 17:00:35 +02:00
commit 9cbef612c5
3 changed files with 0 additions and 2441 deletions

View File

@ -43,7 +43,6 @@
# Configuration for u-boot
UBOOT_CONFIG="mx6_cubox-i_config"
UBOOT_CONFIG="$UBOOT_CONFIG matrix"
UBOOT_CONFIG="$UBOOT_CONFIG udoo_config"
# Target Configfile for u-boot
UBOOT_CONFIGFILE=""

File diff suppressed because it is too large Load Diff

View File

@ -1,26 +0,0 @@
diff -aurN a/arch/arm/cpu/armv7/cpu.c b/arch/arm/cpu/armv7/cpu.c
--- a/arch/arm/cpu/armv7/cpu.c 2015-05-31 21:32:52.821314218 +0200
+++ b/arch/arm/cpu/armv7/cpu.c 2015-05-31 21:27:12.292623257 +0200
@@ -77,7 +77,7 @@
cpu_cache_initialization();
#if (defined(MACH_TYPE_UDOO) || defined(CONFIG_VIDEO_ENABLED))
- do_disable_lvds();
+ /*do_disable_lvds();*/
#endif
return 0;
diff -aurN u-boot-imx6-144b1e9/board/udoo/udoo.c a-u/board/udoo/udoo.c
--- u-boot-imx6-144b1e9/board/udoo/udoo.c 2015-05-31 21:32:52.821314218 +0200
+++ a-u/board/udoo/udoo.c 2015-05-31 21:36:41.524566717 +0200
@@ -260,8 +260,8 @@
static void do_enable_lvds(struct display_info_t const *dev)
{
SETUP_IOMUX_PADS(lvds_pads);
- gpio_direction_output(IMX_GPIO_NR(1, 2), 1); /* LVDS power On */
- gpio_direction_output(IMX_GPIO_NR(1, 4), 1); /* LVDS backlight On */
+ /*gpio_direction_output(IMX_GPIO_NR(1, 2), 1);*/ /* LVDS power On */
+ /*gpio_direction_output(IMX_GPIO_NR(1, 4), 1);*/ /* LVDS backlight On */
return;
}