Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vesta
u-boot-2015.04
Commits
e27f3a6e
Commit
e27f3a6e
authored
17 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Adjust default configuration of ADS5121 board.
Signed-off-by:
Wolfgang Denk
<
wd@denx.de
>
parent
afaac86f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/configs/ads5121.h
+18
-28
18 additions, 28 deletions
include/configs/ads5121.h
with
18 additions
and
28 deletions
include/configs/ads5121.h
+
18
−
28
View file @
e27f3a6e
...
...
@@ -241,7 +241,6 @@
#define CONFIG_NET_MULTI
#define CONFIG_PHY_ADDR 0x1
#define CONFIG_MII 1
/* MII PHY management */
#define CONFIG_ETHADDR 00:e0:5e:00:e5:14
#if 0
/*
...
...
@@ -267,22 +266,20 @@
#define CONFIG_LOADS_ECHO 1
/* echo on for serial download */
#define CFG_LOADS_BAUD_CHANGE 1
/* allow baudrate change */
#include
<config_cmd_default.h>
#define CONFIG_CMD_ASKENV
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_I2C
#define CONFIG_CMD_MII
#define CONFIG_CMD_NFS
#define CONFIG_CMD_PING
#define CONFIG_CMD_REGINFO
#if defined(CONFIG_PCI)
#define CONFIG_COMMANDS (CONFIG_CMD_DFL \
| CFG_CMD_PCI \
| CFG_CMD_NET \
| CFG_CMD_PING \
)
#else
#define CONFIG_COMMANDS (CONFIG_CMD_DFL \
| CFG_CMD_NET \
| CFG_CMD_PING \
| CFG_CMD_MII \
| CFG_CMD_I2C)
#define CONFIG_CMD_PCI
#endif
#include
<cmd_confdefs.h>
/*
* Watchdog timeout = CFG_WATCHDOG_VALUE * 65536 / IPS clock.
* For example, when IPS is set to 66MHz and CFG_WATCHDOG_VALUE is set
...
...
@@ -299,7 +296,7 @@
#define CFG_LOAD_ADDR 0x2000000
/* default load address */
#define CFG_PROMPT "=> "
/* Monitor Command Prompt */
#if
(
CONFIG_
COMMANDS & CFG_
CMD_KGDB
)
#if
def
CONFIG_CMD_KGDB
#define CFG_CBSIZE 1024
/* Console I/O Buffer Size */
#else
#define CFG_CBSIZE 256
/* Console I/O Buffer Size */
...
...
@@ -321,7 +318,7 @@
/* Cache Configuration */
#define CFG_DCACHE_SIZE 32768
#define CFG_CACHELINE_SIZE 32
#if
(
CONFIG_
COMMANDS & CFG_
CMD_KGDB
)
#if
def
CONFIG_CMD_KGDB
#define CFG_CACHELINE_SHIFT 5
/*log base 2 of the above value*/
#endif
...
...
@@ -337,7 +334,7 @@
#define BOOTFLAG_COLD 0x01
/* Normal Power-On: Boot from FLASH */
#define BOOTFLAG_WARM 0x02
/* Software reboot */
#if
(
CONFIG_
COMMANDS & CFG_
CMD_KGDB
)
#if
def
CONFIG_CMD_KGDB
#define CONFIG_KGDB_BAUDRATE 230400
/* speed of kgdb serial port */
#define CONFIG_KGDB_SER_INDEX 2
/* which serial port to use */
#endif
...
...
@@ -348,18 +345,11 @@
#define CONFIG_ENV_OVERWRITE
#define CONFIG_HOSTNAME ads5121
#define CONFIG_ROOTPATH /nfsroot/rootfs
#define CONFIG_BOOTFILE uImage
#define CONFIG_IPADDR 192.168.160.77
#define CONFIG_SERVERIP 192.168.1.1
#define CONFIG_GATEWAYIP 192.168.1.1
#define CONFIG_NETMASK 255.255.0.0
#define CONFIG_LOADADDR 200000
/* default location for tftp and bootm */
//#define CONFIG_BOOTDELAY 6 /* -1 disables auto-boot */
#define CONFIG_BOOTDELAY -1
#define CONFIG_BOOTDELAY 5
/* -1 disables auto-boot */
#undef CONFIG_BOOTARGS
/* the boot command will set bootargs */
#define CONFIG_BAUDRATE 115200
...
...
@@ -383,9 +373,9 @@
"bootm ${kernel_addr} ${ramdisk_addr}\0" \
"net_nfs=tftp 200000 ${bootfile};run nfsargs addip addtty;" \
"bootm\0" \
"load=tftp
1
00000 /tftpboot/ads5121/u-boot.bin\0" \
"update=protect off
fff
00000
fff3ffff;
" \
"era
fff
00000
fff3ffff;
cp.b
1
00000
fff
00000 ${filesize}\0" \
"load=tftp
2
00000 /tftpboot/ads5121/u-boot.bin\0" \
"update=protect off
FFF
00000
+${filesize};
" \
"era
FFF
00000
+${filesize};
cp.b
2
00000
FFF
00000 ${filesize}\0" \
"upd=run load;run update\0" \
""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment