diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-14 22:29:35 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-15 13:30:21 -0400 |
commit | afac8b07172d7e4a65f86ce1ec4c783a6165ba1f (patch) | |
tree | d4250b98eb8defcfb0a47f1e1d8bc14d08794092 /include/configs/bf526-ezbrd.h | |
parent | 9ae55ccf601de7a5b75eb418f3fc3d5eca92c106 (diff) | |
download | bootable_bootloader_goldelico_gta04-afac8b07172d7e4a65f86ce1ec4c783a6165ba1f.zip bootable_bootloader_goldelico_gta04-afac8b07172d7e4a65f86ce1ec4c783a6165ba1f.tar.gz bootable_bootloader_goldelico_gta04-afac8b07172d7e4a65f86ce1ec4c783a6165ba1f.tar.bz2 |
Blackfin: fix SPI flash speed define name
The SPI flash define is named CONFIG_SF_DEFAULT_SPEED, not
CONFIG_SF_DEFAULT_HZ, so fix the typos in the Blackfin boards.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bf526-ezbrd.h')
-rw-r--r-- | include/configs/bf526-ezbrd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bf526-ezbrd.h b/include/configs/bf526-ezbrd.h index db68a7b..97853af 100644 --- a/include/configs/bf526-ezbrd.h +++ b/include/configs/bf526-ezbrd.h @@ -106,7 +106,7 @@ */ #define CONFIG_BFIN_SPI #define CONFIG_ENV_SPI_MAX_HZ 30000000 -#define CONFIG_SF_DEFAULT_HZ 30000000 +#define CONFIG_SF_DEFAULT_SPEED 30000000 #define CONFIG_SPI_FLASH #define CONFIG_SPI_FLASH_SST |