diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-23 22:23:23 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-23 22:23:23 +0200 |
commit | 28958b8bea4c66629c5a22fd3c8b0d49df90383d (patch) | |
tree | f08a1dd5900656d90ef5af09843539d4956849b8 /include/configs | |
parent | 2632c008e2c2cd61fefb622ed671ea3e6bd2e2a6 (diff) | |
download | u-boot-imx-28958b8bea4c66629c5a22fd3c8b0d49df90383d.zip u-boot-imx-28958b8bea4c66629c5a22fd3c8b0d49df90383d.tar.gz u-boot-imx-28958b8bea4c66629c5a22fd3c8b0d49df90383d.tar.bz2 |
Coding Style cleanup; update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/cm-bf561.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/cm-bf561.h b/include/configs/cm-bf561.h index 1153f11..59dc8d2 100644 --- a/include/configs/cm-bf561.h +++ b/include/configs/cm-bf561.h @@ -65,7 +65,7 @@ #define CONFIG_SMC91111_BASE 0x28000300 /* The next 3 lines are for use with EXT-BF5xx-USB-ETH2 */ /* #define CONFIG_DRIVER_SMC911X 1 */ -/* #define CONFIG_DRIVER_SMC911X_BASE 0x24080000 // AMS1 */ +/* #define CONFIG_DRIVER_SMC911X_BASE 0x24080000 /! AMS1 */ /* #define CONFIG_DRIVER_SMC911X_32_BIT 1 */ #define CONFIG_HOSTNAME cm-bf561 /* Uncomment next line to use fixed MAC address */ |