diff options
author | Amar <amarendra.xt@samsung.com> | 2013-04-27 11:42:59 +0530 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-06-13 17:35:14 +0900 |
commit | c748be0d30f3df538a897f8aad6db447c1d9580f (patch) | |
tree | aea6c5033b64db0b8c4ea9035b752c67530aa93f /board/samsung/smdk5250/clock_init.h | |
parent | 3690d6d66b8f2d33402ce7c0f0478c8075885291 (diff) | |
download | u-boot-imx-c748be0d30f3df538a897f8aad6db447c1d9580f.zip u-boot-imx-c748be0d30f3df538a897f8aad6db447c1d9580f.tar.gz u-boot-imx-c748be0d30f3df538a897f8aad6db447c1d9580f.tar.bz2 |
SMDK5250: Enable EMMC booting
This patch adds support for EMMC booting on SMDK5250.
Signed-off-by: Amar <amarendra.xt@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board/samsung/smdk5250/clock_init.h')
-rw-r--r-- | board/samsung/smdk5250/clock_init.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/samsung/smdk5250/clock_init.h b/board/samsung/smdk5250/clock_init.h index f751bcb..20a1d47 100644 --- a/board/samsung/smdk5250/clock_init.h +++ b/board/samsung/smdk5250/clock_init.h @@ -146,4 +146,9 @@ struct mem_timings *clock_get_mem_timings(void); * Initialize clock for the device */ void system_clock_init(void); + +/* + * Set clock divisor value for booting from EMMC. + */ +void emmc_boot_clk_div_set(void); #endif |