On Wed, Dec 22, 2010 at 06:36, Chong Huang wrote: > The en25q128 has 104MHz clock rate for Standard SPI, changing the > CONFIG_ENV_SPI_MAX_HZ from 30MHz to 104MHz does not speed it up.
ENV_SPI_MAX_HZ only controls the speed when reading the env out of the spi flash. it has no bearing on anything else. are you specifying the hz option when using `sf probe` ? otherwise `sf read` defaults to CONFIG_SF_DEFAULT_SPEED. -mike _______________________________________________ U-Boot-devel mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/u-boot-devel
