[TickerTape] rename tt to tickertape
authorMinkyu Kang <mk7.kang@samsung.com>
Tue, 26 May 2009 23:27:59 +0000 (08:27 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 26 May 2009 23:27:59 +0000 (08:27 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/tickertape/Makefile
board/samsung/tickertape/tickertape.c [moved from board/samsung/tickertape/tt.c with 97% similarity]
include/configs/s5pc100_tickertape.h

index 5a1e1c0..6cd2002 100644 (file)
@@ -28,7 +28,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).a
 
-COBJS-y        := tt.o onenand.o
+COBJS-y        := tickertape.o onenand.o
 SOBJS  := lowlevel_init.o
 
 SRCS    := $(SOBJS:.o=.S) $(COBJS-y:.o=.c)
similarity index 97%
rename from board/samsung/tickertape/tt.c
rename to board/samsung/tickertape/tickertape.c
index 728887c..b0d75cc 100644 (file)
@@ -61,7 +61,7 @@ int dram_init(void)
 #ifdef CONFIG_DISPLAY_BOARDINFO
 int checkboard(void)
 {
-       printf("Board:   TT(S5PC100)\n");
+       printf("Board:\tTickerTape(S5PC100)\n");
        return 0;
 }
 #endif
index 7f6cdd9..9792acd 100644 (file)
 #define CONFIG_SAMSUNG         1       /* in a SAMSUNG core */
 #define CONFIG_S5PC100         1       /* which is in a S5PC100 */
 #define CONFIG_S5PC1XX         1       /* which is in a S5PC1XX Family */
-#define CONFIG_S5PC100_TT      1       /* working with TT */
+#define CONFIG_TICKERTAPE      1       /* working with TickerTape */
 
 #include <asm/arch/cpu.h>              /* get chip and board defs */
-#include <asm/arch/tt.h>
 
 #define CONFIG_SYS_SDRAM_BASE  0x20000000
 
  * Miscellaneous configurable options
  */
 #define CONFIG_SYS_LONGHELP    /* undef to save memory */
-#define CONFIG_SYS_PROMPT      "TT # " /* Monitor Command Prompt */
+#define CONFIG_SYS_PROMPT      "TickerTape # " /* Monitor Command Prompt */
 #define CONFIG_SYS_CBSIZE      256     /* Console I/O Buffer Size */
 #define CONFIG_SYS_PBSIZE      384     /* Print Buffer Size */
 #define CONFIG_SYS_MAXARGS     16      /* max number of command args */
 
 #define CONFIG_SYS_MONITOR_LEN         SZ_256K /* Reserve 2 sectors */
 
-#define CONFIG_IDENT_STRING    " for TT"
+#define CONFIG_IDENT_STRING    " for TickerTape"
 
 #ifdef CONFIG_ENABLE_MMU
 #define CONFIG_SYS_MAPPED_RAM_BASE     0xc0000000