aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkateswara Rao Mandela2017-01-16 14:07:59 -0600
committerPraneeth Bajjuri2017-03-20 10:48:58 -0500
commit72a64f93d27989dbecaf207ff67b61a0762b62d5 (patch)
tree36753448e0210543090b4c4ab46592d228e4bb4c
parent0fe8b0ee48673a45901c65d2d574243072c5a842 (diff)
downloadu-boot-6AM.1.3-rvc-video-earlyboot.tar.gz
u-boot-6AM.1.3-rvc-video-earlyboot.tar.xz
u-boot-6AM.1.3-rvc-video-earlyboot.zip
earlyboot: remove console to save time6AM.1.3-rvc-video-earlyboot
only for benchmarking purposes Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--arch/arm/cpu/armv7/omap-common/boot-common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/omap-common/boot-common.c b/arch/arm/cpu/armv7/omap-common/boot-common.c
index 4e50a68b58..abddcdb79b 100644
--- a/arch/arm/cpu/armv7/omap-common/boot-common.c
+++ b/arch/arm/cpu/armv7/omap-common/boot-common.c
@@ -184,9 +184,10 @@ void spl_board_init(void)
184 * to prevent overwrites. 184 * to prevent overwrites.
185 */ 185 */
186 save_omap_boot_params(); 186 save_omap_boot_params();
187 187#if 0
188 /* Prepare console output */ 188 /* Prepare console output */
189 preloader_console_init(); 189 preloader_console_init();
190#endif
190 191
191#if defined(CONFIG_SPL_NAND_SUPPORT) || defined(CONFIG_SPL_ONENAND_SUPPORT) 192#if defined(CONFIG_SPL_NAND_SUPPORT) || defined(CONFIG_SPL_ONENAND_SUPPORT)
192 gpmc_init(); 193 gpmc_init();