diff options
author | Ian Campbell | 2014-11-09 10:44:32 +0000 |
---|---|---|
committer | Minkyu Kang | 2014-11-17 19:11:03 +0900 |
commit | e6825e03627522ad73c6052b087233e0e74c0dd9 (patch) | |
tree | 17e3ff81269d3351f65762c7c105627f2f9791d8 /include/configs/exynos5420-common.h | |
parent | adc7d20631930873ff8314319b3c66f2798d6bc6 (diff) |
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/exynos5420-common.h')
-rw-r--r-- | include/configs/exynos5420-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/exynos5420-common.h b/include/configs/exynos5420-common.h index 218d2b49c73..ef6e1551ab0 100644 --- a/include/configs/exynos5420-common.h +++ b/include/configs/exynos5420-common.h @@ -47,8 +47,6 @@ #define CONFIG_BOARD_REV_GPIO_COUNT 2 -#define CONFIG_BOOTCOMMAND "mmc read 20007000 451 2000; bootm 20007000" - #define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2 /* |