mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Fix compile failures due to arch move
@ 2012-01-04  9:36 Juergen Beisert
  2012-01-04  9:36 ` [PATCH 1/2] Mini2440: enable more working devices for a more broad compile time test Juergen Beisert
  2012-01-04  9:36 ` [PATCH 2/2] S3C24xx/video: fix forgotten include file name change Juergen Beisert
  0 siblings, 2 replies; 3+ messages in thread
From: Juergen Beisert @ 2012-01-04  9:36 UTC (permalink / raw)
  To: barebox

The required change in the graphics driver for the S3C24xx arch slipped
through the tests, because it wasn't enabled. This patch enables it to ensure
all S3C24xx related driver will be compile time checked in the future. Also it
fixes the compile-time failure.


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] Mini2440: enable more working devices for a more broad compile time test
  2012-01-04  9:36 [PATCH] Fix compile failures due to arch move Juergen Beisert
@ 2012-01-04  9:36 ` Juergen Beisert
  2012-01-04  9:36 ` [PATCH 2/2] S3C24xx/video: fix forgotten include file name change Juergen Beisert
  1 sibling, 0 replies; 3+ messages in thread
From: Juergen Beisert @ 2012-01-04  9:36 UTC (permalink / raw)
  To: barebox

Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
---
 arch/arm/configs/mini2440_defconfig |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/arch/arm/configs/mini2440_defconfig b/arch/arm/configs/mini2440_defconfig
index 869df6a..9b35dd5 100644
--- a/arch/arm/configs/mini2440_defconfig
+++ b/arch/arm/configs/mini2440_defconfig
@@ -1,5 +1,6 @@
 CONFIG_ARCH_S3C24xx=y
 CONFIG_MACH_MINI2440=y
+CONFIG_MINI2440_VIDEO_N35=y
 CONFIG_S3C24XX_NAND_BOOT=y
 CONFIG_AEABI=y
 CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
@@ -10,7 +11,6 @@ CONFIG_LONGHELP=y
 CONFIG_GLOB=y
 CONFIG_CMDLINE_EDITING=y
 CONFIG_AUTO_COMPLETE=y
-CONFIG_PARTITION=y
 CONFIG_DEFAULT_ENVIRONMENT_GENERIC=y
 CONFIG_DEFAULT_ENVIRONMENT_PATH="arch/arm/boards/mini2440/env"
 CONFIG_DEBUG_INFO=y
@@ -35,5 +35,8 @@ CONFIG_NET_PING=y
 CONFIG_NET_TFTP=y
 CONFIG_DRIVER_NET_DM9K=y
 # CONFIG_SPI is not set
+CONFIG_USB=y
+CONFIG_USB_OHCI=y
+CONFIG_DRIVER_VIDEO_S3C24XX=y
 CONFIG_MCI=y
 CONFIG_MCI_S3C=y
-- 
1.7.7.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 2/2] S3C24xx/video: fix forgotten include file name change
  2012-01-04  9:36 [PATCH] Fix compile failures due to arch move Juergen Beisert
  2012-01-04  9:36 ` [PATCH 1/2] Mini2440: enable more working devices for a more broad compile time test Juergen Beisert
@ 2012-01-04  9:36 ` Juergen Beisert
  1 sibling, 0 replies; 3+ messages in thread
From: Juergen Beisert @ 2012-01-04  9:36 UTC (permalink / raw)
  To: barebox

While we are here: do not follow the change of the file name, because there is
no GPIO dependency in this driver.

Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
---
 drivers/video/s3c24xx.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/video/s3c24xx.c b/drivers/video/s3c24xx.c
index f6af773..564ccbd 100644
--- a/drivers/video/s3c24xx.c
+++ b/drivers/video/s3c24xx.c
@@ -30,7 +30,6 @@
 #include <malloc.h>
 #include <errno.h>
 #include <io.h>
-#include <mach/s3c-gpio.h>
 #include <mach/s3c-generic.h>
 #include <mach/s3c24xx-fb.h>
 
-- 
1.7.7.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-04  9:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-04  9:36 [PATCH] Fix compile failures due to arch move Juergen Beisert
2012-01-04  9:36 ` [PATCH 1/2] Mini2440: enable more working devices for a more broad compile time test Juergen Beisert
2012-01-04  9:36 ` [PATCH 2/2] S3C24xx/video: fix forgotten include file name change Juergen Beisert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox