s5pc210: remove debug message
authorMinkyu Kang <mk7.kang@samsung.com>
Tue, 9 Nov 2010 01:52:46 +0000 (10:52 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 9 Nov 2010 01:52:46 +0000 (10:52 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/lib/board.c
include/configs/s5pc210_universal.h

index b41f4d5..ae7886c 100644 (file)
@@ -578,9 +578,6 @@ void board_init_f (ulong bootflag)
        /* round down to next 4 kB limit */
        addr &= ~(4096 - 1);
        debug ("Top of RAM usable for U-Boot at: %08lx\n", addr);
-#ifdef CONFIG_TEST_BOOTFAIL
-       printf("[%d] addr : 0x%08lX\n", __LINE__, addr);
-#endif
 
 #ifdef CONFIG_VFD
 #      ifndef PAGE_SIZE
@@ -598,9 +595,6 @@ void board_init_f (ulong bootflag)
        addr = lcd_setmem (addr);
        gd->fb_base = addr;
 #endif /* CONFIG_LCD */
-#ifdef CONFIG_TEST_BOOTFAIL
-       printf("[%d] addr : 0x%08lX\n", __LINE__, addr);
-#endif
 
        /*
         * reserve memory for U-Boot code, data & bss
index 22ccce0..e7d3687 100644 (file)
 #define CONFIG_SYS_INIT_SP_ADDR        (CONFIG_SYS_SP_ADDR - CONFIG_SYS_GBL_DATA_SIZE)
 
 #define CONFIG_TEST_BOOTTIME
-#define CONFIG_TEST_BOOTFAIL
 
 #endif /* __CONFIG_H */