diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-20 22:55:29 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-20 22:55:29 +0200 |
commit | 725e53a70dfc8e96965715c1f61ae002061dac6b (patch) | |
tree | 10d026062a6e09f3c98fd421d9258a0c2db1ed5f /include/configs | |
parent | 23b5b1d3e1e33e9650cc7a4e09901272a3811c64 (diff) | |
parent | 8d1fea2c4041e665c96944e3f6fcffbde55db34b (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/bf533-stamp.h | 2 | ||||
-rw-r--r-- | include/configs/bf537-minotaur.h | 5 | ||||
-rw-r--r-- | include/configs/bf537-srv1.h | 5 |
3 files changed, 5 insertions, 7 deletions
diff --git a/include/configs/bf533-stamp.h b/include/configs/bf533-stamp.h index c03561cef..4be2a5cfb 100644 --- a/include/configs/bf533-stamp.h +++ b/include/configs/bf533-stamp.h @@ -36,7 +36,7 @@ #define CONFIG_CCLK_DIV 1 /* SCLK_DIV controls the system clock divider */ /* Values can range from 1-15 */ -#define CONFIG_SCLK_DIV 5 +#define CONFIG_SCLK_DIV 6 /* note: 1.2 boards can go faster */ /* diff --git a/include/configs/bf537-minotaur.h b/include/configs/bf537-minotaur.h index 23c2d33bc..463b7d08c 100644 --- a/include/configs/bf537-minotaur.h +++ b/include/configs/bf537-minotaur.h @@ -87,9 +87,8 @@ #define CONFIG_SYS_AUTOLOAD "no" #define CONFIG_ROOTPATH /romfs -/* Use a fixed MAC address for booting up. Firstboot linux - * must fetch a valid MAC from the production server. */ -#define CONFIG_ETHADDR 02:80:ad:20:31:42 +/* Uncomment next line to use fixed MAC address */ +/* #define CONFIG_ETHADDR 02:80:ad:20:31:42 */ /* diff --git a/include/configs/bf537-srv1.h b/include/configs/bf537-srv1.h index 727b7e70e..736862998 100644 --- a/include/configs/bf537-srv1.h +++ b/include/configs/bf537-srv1.h @@ -87,9 +87,8 @@ #define CONFIG_SYS_AUTOLOAD "no" #define CONFIG_ROOTPATH /romfs -/* Use a fixed MAC address for booting up. Firstboot linux - * must fetch a valid MAC from the production server. */ -#define CONFIG_ETHADDR 02:80:ad:20:31:42 +/* Uncomment next line to use fixed MAC address */ +/* #define CONFIG_ETHADDR 02:80:ad:20:31:42 */ /* |