summaryrefslogtreecommitdiffstats
path: root/include/configs/exynos5250-common.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2014-11-09 10:44:32 +0000
committerMinkyu Kang <mk7.kang@samsung.com>2014-11-17 19:11:03 +0900
commite6825e03627522ad73c6052b087233e0e74c0dd9 (patch)
tree17e3ff81269d3351f65762c7c105627f2f9791d8 /include/configs/exynos5250-common.h
parentadc7d20631930873ff8314319b3c66f2798d6bc6 (diff)
downloadtalos-obmc-uboot-e6825e03627522ad73c6052b087233e0e74c0dd9.tar.gz
talos-obmc-uboot-e6825e03627522ad73c6052b087233e0e74c0dd9.zip
exynos5: Use config_distro_bootcmd.h
This replaces the existing CONFIG_BOOTCOMMAND for exynos5250 and 5420. exynos4 platforms seem to have existing complex extra env configuration for booting and so are excluded here. Hence the bootcmd.h is added to exynos5-common.h. I have build tested on all exynos platforms (MAKEALL -s exynos), but only boot tested on arndale. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Guillaume GARDET <guillaume.gardet@free.fr> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/exynos5250-common.h')
-rw-r--r--include/configs/exynos5250-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/exynos5250-common.h b/include/configs/exynos5250-common.h
index 713614f3ad..a0107e8b4d 100644
--- a/include/configs/exynos5250-common.h
+++ b/include/configs/exynos5250-common.h
@@ -29,8 +29,6 @@
#define CONFIG_SPL_TEXT_BASE 0x02023400
-#define CONFIG_BOOTCOMMAND "mmc read 40007000 451 2000; bootm 40007000"
-
#define CONFIG_IRAM_STACK 0x02050000
#define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_STACK
OpenPOWER on IntegriCloud