diff options
author | Rajeshwari Shinde <rajeshwari.s@samsung.com> | 2013-06-25 19:17:06 +0530 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-06-28 09:19:38 +0900 |
commit | 493c073ff486323ef8e58e5d721eda68cf150d98 (patch) | |
tree | 03b7f07d8843166c532468dea6023d18b22da5ad /arch/arm/include | |
parent | 70125f341152c3f29d5552c5490cc5eb15a0215d (diff) | |
download | u-boot-imx-493c073ff486323ef8e58e5d721eda68cf150d98.zip u-boot-imx-493c073ff486323ef8e58e5d721eda68cf150d98.tar.gz u-boot-imx-493c073ff486323ef8e58e5d721eda68cf150d98.tar.bz2 |
SMDK5250: Remove reduntant code
enum boot_mode is defined twice once in spl.h and also in
spl_boot.c, hence removing the same from spl_boot.c and including
the header file.
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-exynos/spl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-exynos/spl.h b/arch/arm/include/asm/arch-exynos/spl.h index 46b25a6..59bb7e0 100644 --- a/arch/arm/include/asm/arch-exynos/spl.h +++ b/arch/arm/include/asm/arch-exynos/spl.h @@ -32,6 +32,7 @@ enum boot_mode { * pin values are the same across Exynos4 and Exynos5. */ BOOT_MODE_MMC = 4, + BOOT_MODE_EMMC = 8, /* EMMC4.4 */ BOOT_MODE_SERIAL = 20, /* Boot based on Operating Mode pin settings */ BOOT_MODE_OM = 32, |