]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
devkit8000: protect board_mmc_init
authorSimon Schwarz <simonschwarzcor@googlemail.com>
Fri, 30 Sep 2011 00:41:33 +0000 (00:41 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 27 Oct 2011 19:56:30 +0000 (21:56 +0200)
commitc9f3cf14e50d7d7ecf09ebda39d39a2b3a3f804d
treeaa84a35ca04666412d569453aad6ac24f9d0b83f
parentf31a911fe2ceb59a810b295171da7668a9a87c92
devkit8000: protect board_mmc_init

This function is also defined in omap-common/spl_mmc.de so the implementation
in devkit8000.c was protected by a ifdef.

Signed-off-by: Simon Schwarz <simonschwarzcor@gmail.com>
board/timll/devkit8000/devkit8000.c