From: Minkyu Kang Date: Tue, 26 May 2009 23:27:59 +0000 (+0900) Subject: [TickerTape] rename tt to tickertape X-Git-Tag: s5pc110_universal_support~264 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30677c9bbe92b4ccf9f5fdb045a548d9792ad2e0;p=kernel%2Fu-boot.git [TickerTape] rename tt to tickertape Signed-off-by: Minkyu Kang --- diff --git a/board/samsung/tickertape/Makefile b/board/samsung/tickertape/Makefile index 5a1e1c0..6cd2002 100644 --- a/board/samsung/tickertape/Makefile +++ b/board/samsung/tickertape/Makefile @@ -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) diff --git a/board/samsung/tickertape/tt.c b/board/samsung/tickertape/tickertape.c similarity index 97% rename from board/samsung/tickertape/tt.c rename to board/samsung/tickertape/tickertape.c index 728887c..b0d75cc 100644 --- a/board/samsung/tickertape/tt.c +++ b/board/samsung/tickertape/tickertape.c @@ -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 diff --git a/include/configs/s5pc100_tickertape.h b/include/configs/s5pc100_tickertape.h index 7f6cdd9..9792acd 100644 --- a/include/configs/s5pc100_tickertape.h +++ b/include/configs/s5pc100_tickertape.h @@ -41,10 +41,9 @@ #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 /* get chip and board defs */ -#include #define CONFIG_SYS_SDRAM_BASE 0x20000000 @@ -191,7 +190,7 @@ * 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 */ @@ -255,7 +254,7 @@ #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