summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHannes Petermaier <oe5hpm@oevsv.at>2015-02-03 13:22:39 +0100
committerTom Rini <trini@konsulko.com>2015-03-05 20:13:19 -0500
commitcf630f289f10f380bd0fb66289517021069c5079 (patch)
tree3bc18c2ca6681ca2308015b8e987954ae3a159d9 /include
parent2a292a8df4271f2de2495ae9d8ba77993a020aa7 (diff)
downloadtalos-obmc-uboot-cf630f289f10f380bd0fb66289517021069c5079.tar.gz
talos-obmc-uboot-cf630f289f10f380bd0fb66289517021069c5079.zip
board/BuR/kwb: switch to board HW-Rev3
The board has been redesigned, therefore we need from now other I/O Pins to mux and handle. Older boards aren't supported from now anymore. Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
Diffstat (limited to 'include')
-rw-r--r--include/configs/kwb.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/configs/kwb.h b/include/configs/kwb.h
index 29b263f301..2c59fbdd27 100644
--- a/include/configs/kwb.h
+++ b/include/configs/kwb.h
@@ -14,6 +14,11 @@
#include <configs/bur_am335x_common.h>
/* ------------------------------------------------------------------------- */
+#define CONFIG_AM335X_LCD
+#define CONFIG_LCD
+#define CONFIG_LCD_NOSTDOUT
+#define CONFIG_SYS_WHITE_ON_BLACK
+#define LCD_BPP LCD_COLOR32
/* Clock Defines */
#define V_OSCK 26000000 /* Clock output from T2 */
#define V_SCLK (V_OSCK)
@@ -87,8 +92,6 @@
#undef CONFIG_BOOTM_NETBSD
#undef CONFIG_BOOTM_PLAN9
#undef CONFIG_BOOTM_RTEMS
-#undef CONFIG_GZIP
-#undef CONFIG_ZLIB
/* USB configuration */
#define CONFIG_USB_MUSB_DSPS
@@ -100,6 +103,8 @@
#define CONFIG_MUSB_HOST
#define CONFIG_AM335X_USB0
#define CONFIG_AM335X_USB0_MODE MUSB_HOST
+#define CONFIG_AM335X_USB1
+#define CONFIG_AM335X_USB1_MODE MUSB_HOST
#ifdef CONFIG_MUSB_HOST
#define CONFIG_CMD_USB
OpenPOWER on IntegriCloud