aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGirish K S <girish@avatar.(none)>2012-10-02 10:58:56 +0900
committerJohn Rigby <john.rigby@linaro.org>2012-12-06 13:51:46 -0700
commitbe9f0cdf63e1f7850e7cd73800490c7848c3a315 (patch)
treef7f9614ed7dec8e9675e1f56abdec0187909f9e4 /include
parenta7c22eebb98c985f79948637da5fea8aef2eed28 (diff)
arm: exynos: additional changes to arndale
added more changes to the configuration and clock of mmc Signed-off-by: Girish K S <girish@avatar.(none)>
Diffstat (limited to 'include')
-rw-r--r--include/configs/arndale5250.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/arndale5250.h b/include/configs/arndale5250.h
index 153aec727..9698c6905 100644
--- a/include/configs/arndale5250.h
+++ b/include/configs/arndale5250.h
@@ -100,6 +100,7 @@
#define CONFIG_CMD_EXT2
#define CONFIG_CMD_FAT
#define CONFIG_CMD_NET
+#define CONFIG_SUPPORT_RAW_INITRD
#define CONFIG_BOOTDELAY 3
#define CONFIG_ZERO_BOOTDELAY_CHECK
@@ -120,7 +121,6 @@
#define CONFIG_SPL_MAX_SIZE (14 * 1024)
#define CONFIG_BOOTCOMMAND "mmc read 40007000 451 2000; bootm 40007000"
-
/* Miscellaneous configurable options */
#define CONFIG_SYS_LONGHELP /* undef to save memory */
#define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */