summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorPrzemyslaw Marczak <p.marczak@samsung.com>2014-01-22 11:24:20 +0100
committerMinkyu Kang <mk7.kang@samsung.com>2014-02-03 15:36:14 +0900
commit82b0a0556172a17aca23cd07cf1dc3bd86248b97 (patch)
tree5aa024f7098028c9ddc3a9fc98113bb3e203d2b3 /board
parentf64236a907acf852f9b0421497aa6563e10e1d37 (diff)
downloadtalos-obmc-uboot-82b0a0556172a17aca23cd07cf1dc3bd86248b97.tar.gz
talos-obmc-uboot-82b0a0556172a17aca23cd07cf1dc3bd86248b97.zip
universal: add LCD download menu support
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board')
-rw-r--r--board/samsung/universal_c210/universal.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c
index 7278a2c1aa..ced4caa86f 100644
--- a/board/samsung/universal_c210/universal.c
+++ b/board/samsung/universal_c210/universal.c
@@ -22,6 +22,7 @@
#include <usb/s3c_udc.h>
#include <asm/arch/cpu.h>
#include <power/max8998_pmic.h>
+#include <samsung/misc.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -515,6 +516,10 @@ int board_init(void)
#ifdef CONFIG_MISC_INIT_R
int misc_init_r(void)
{
+#ifdef CONFIG_LCD_MENU
+ keys_init();
+ check_boot_mode();
+#endif
#ifdef CONFIG_CMD_BMP
if (panel_info.logo_on)
draw_logo();
OpenPOWER on IntegriCloud