summaryrefslogtreecommitdiff
path: root/include/configs/s5p_goni.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-08 04:01:50 (GMT)
committerMinkyu Kang <mk7.kang@samsung.com>2014-10-08 08:25:47 (GMT)
commit311757be275c1d592ff357e9faedca4c967a3064 (patch)
tree45366e5bf7c5dc072d2b0c3e071229b1b3186ac2 /include/configs/s5p_goni.h
parent1d5511000367e94d5edce7d9c3720bd9097912a7 (diff)
downloadu-boot-311757be275c1d592ff357e9faedca4c967a3064.tar.xz
samsung: Enable device tree for s5p_goni
Change this board to add a device tree. This also adds a pinmux header file although it is not used as yet. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/s5p_goni.h')
-rw-r--r--include/configs/s5p_goni.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
index a51215d..feb4d76 100644
--- a/include/configs/s5p_goni.h
+++ b/include/configs/s5p_goni.h
@@ -53,6 +53,7 @@
#define CONFIG_MMC
#define CONFIG_SDHCI
#define CONFIG_S5P_SDHCI
+#define SDHCI_MAX_HOSTS 4
/* PWM */
#define CONFIG_PWM 1
@@ -106,7 +107,6 @@
",12m(modem)"\
",60m(qboot)\0"
-#define CONFIG_BOOTDELAY 1
#define CONFIG_ZERO_BOOTDELAY_CHECK
/* partitions definitions */
@@ -283,4 +283,6 @@
#define CONFIG_CMD_USB_MASS_STORAGE
#define CONFIG_USB_GADGET_MASS_STORAGE
+#define CONFIG_OF_LIBFDT
+
#endif /* __CONFIG_H */