X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fcm-bf548.h;h=02a46cae3d894d01f4eeb079ad5d857ee19f3b0d;hb=a5d67547dd9c7a527dfda1967010e703a22441ff;hp=fa62a8e9c1da26bec526e475af39cd853e8f2e0d;hpb=98ae6070c10c69a6bf46a20dde547434af30b4bb;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/cm-bf548.h b/include/configs/cm-bf548.h index fa62a8e..02a46ca 100644 --- a/include/configs/cm-bf548.h +++ b/include/configs/cm-bf548.h @@ -1,5 +1,5 @@ /* - * U-boot - Configuration file for cm-bf548 board + * U-Boot - Configuration file for cm-bf548 board */ #ifndef __CONFIG_CM_BF548_H__ @@ -7,14 +7,12 @@ #include - /* * Processor Settings */ #define CONFIG_BFIN_CPU bf548-0.0 #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_PARA - /* * Clock Settings * CCLK = (CLKIN * VCO_MULT) / CCLK_DIV @@ -41,7 +39,6 @@ /* Decrease core voltage */ #define CONFIG_VR_CTL_VAL (VLEV_115 | GAIN_20 | FREQ_1000) - /* * Memory Settings */ @@ -67,19 +64,14 @@ #define CONFIG_SYS_MONITOR_LEN (512 * 1024) #define CONFIG_SYS_MALLOC_LEN (640 * 1024) - /* * Network Settings */ #define ADI_CMDS_NETWORK 1 -#define CONFIG_NET_MULTI #define CONFIG_SMC911X 1 #define CONFIG_SMC911X_BASE 0x24000000 #define CONFIG_SMC911X_16_BIT #define CONFIG_HOSTNAME cm-bf548 -/* Uncomment next line to use fixed MAC address */ -/* #define CONFIG_ETHADDR 02:80:ad:24:31:91 */ - /* * Flash Settings @@ -91,7 +83,6 @@ #define CONFIG_SYS_MAX_FLASH_BANKS 1 #define CONFIG_SYS_MAX_FLASH_SECT 259 - /* * Env Storage Settings */ @@ -101,28 +92,27 @@ #define CONFIG_ENV_SIZE 0x8000 #define CONFIG_ENV_IS_EMBEDDED_IN_LDR - /* * I2C Settings */ -#define CONFIG_BFIN_TWI_I2C 1 -#define CONFIG_HARD_I2C 1 - +#define CONFIG_SYS_I2C +#define CONFIG_SYS_I2C_ADI /* * Misc Settings */ #define CONFIG_BAUDRATE 115200 -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_RTC_BFIN #define CONFIG_UART_CONSOLE 1 #define CONFIG_BOOTCOMMAND "run flashboot" #define FLASHBOOT_ENV_SETTINGS "flashboot=bootm 0x20040000\0" +#define CONFIG_ADI_GPIO2 + #ifndef __ADSPBF542__ /* Don't waste time transferring a logo over the UART */ # if (CONFIG_BFIN_BOOT_MODE != BFIN_BOOT_UART) -# define CONFIG_VIDEO +# define EASYLOGO_HEADER # endif # define CONFIG_DEB_DMA_URGENT #endif @@ -134,7 +124,6 @@ #define FLASH_END_POST_BLOCK 71 /* Should < = 71 */ #endif - /* * Pull in common ADI header for remaining command/environment setup */