diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-07-10 20:40:47 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-07-10 20:40:47 +0200 |
commit | 630aacb0859c6e26b2b0311d8e245da5e5b8ac67 (patch) | |
tree | e9f6f6c28ae4a655f4519ca0db7bc882f8ee9abc /arch/arm/include/asm/arch-exynos/spl.h | |
parent | 87bd05d78f0f5765f3d3e1517c76794c82dab7cc (diff) | |
parent | 1ae76d438b602fe8be1f0ef8b8ce47c89d371047 (diff) | |
download | u-boot-630aacb0859c6e26b2b0311d8e245da5e5b8ac67.tar.gz u-boot-630aacb0859c6e26b2b0311d8e245da5e5b8ac67.tar.xz u-boot-630aacb0859c6e26b2b0311d8e245da5e5b8ac67.zip |
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
Diffstat (limited to 'arch/arm/include/asm/arch-exynos/spl.h')
-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 46b25a608b..59bb7e08d4 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, |