summaryrefslogtreecommitdiffstats
path: root/include/configs/arndale.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/arndale.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/arndale.h')
-rw-r--r--include/configs/arndale.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/arndale.h b/include/configs/arndale.h
index a87806d3cf..919729d8ae 100644
--- a/include/configs/arndale.h
+++ b/include/configs/arndale.h
@@ -9,6 +9,9 @@
#ifndef __CONFIG_ARNDALE_H
#define __CONFIG_ARNDALE_H
+#define EXYNOS_FDTFILE_SETTING \
+ "fdtfile=exynos5250-arndale.dtb\0"
+
#include "exynos5250-common.h"
/* SD/MMC configuration */
OpenPOWER on IntegriCloud