diff options
Diffstat (limited to 'include/configs/bf561-acvilon.h')
-rw-r--r-- | include/configs/bf561-acvilon.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/configs/bf561-acvilon.h b/include/configs/bf561-acvilon.h index 31862daf31c..c36be03e7b0 100644 --- a/include/configs/bf561-acvilon.h +++ b/include/configs/bf561-acvilon.h @@ -8,14 +8,12 @@ #include <asm/config-pre.h> - /* * Processor Settings */ #define CONFIG_BFIN_CPU bf561-0.5 #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS - /* * Clock Settings * CCLK = (CLKIN * VCO_MULT) / CCLK_DIV @@ -39,7 +37,6 @@ /* Values can range from 1-15 */ #define CONFIG_SCLK_DIV 5 - /* * Memory Settings */ @@ -56,7 +53,6 @@ #define CONFIG_SYS_MONITOR_LEN (384 * 1024) #define CONFIG_SYS_MALLOC_LEN (128 * 1024) - /* * RTC Settings */ @@ -71,7 +67,6 @@ #define CONFIG_SYS_DTT_LOW_TEMP -30 #define CONFIG_SYS_DTT_HYSTERESIS 3*/ - /* * Network Settings */ @@ -91,13 +86,11 @@ #define CONFIG_HOSTNAME bf561-acvilon - /* * Flash Settings */ #define CONFIG_SYS_NO_FLASH - /* * I2C Settings */ @@ -107,7 +100,6 @@ #define CONFIG_PCA9564_I2C #define CONFIG_PCA9564_BASE 0x2c000000 - /* * SPI Settings */ @@ -115,7 +107,6 @@ #define CONFIG_ENV_SPI_MAX_HZ 10000000 #define CONFIG_SF_DEFAULT_SPEED 10000000 - /* * Env Storage Settings */ @@ -124,7 +115,6 @@ #define CONFIG_ENV_OFFSET ((16 + 256) * 1056) #define CONFIG_ENV_SIZE (8 * 1056) - /* * NAND Settings * We're using NAND_PLAT driver to make things simplier @@ -146,7 +136,6 @@ #define NAND_PLAT_WRITE_ADR(chip, cmd) BFIN_NAND_WRITE(BFIN_NAND_ALE(chip), cmd) #define NAND_PLAT_GPIO_DEV_READY GPIO_PF10 - /* * Misc Settings */ |