diff options
author | wdenk <wdenk> | 2005-04-02 22:37:54 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-02 22:37:54 +0000 |
commit | 414eec35e3832f4f9ce8a25ace7ead638be1f76f (patch) | |
tree | a599df7a979e35b52494cfcd0d3f11d4270bc755 /include/configs/Alaska8220.h | |
parent | be6b6e4e2de5fc857fb8207b5fce3f463c33f793 (diff) | |
download | u-boot-imx-414eec35e3832f4f9ce8a25ace7ead638be1f76f.zip u-boot-imx-414eec35e3832f4f9ce8a25ace7ead638be1f76f.tar.gz u-boot-imx-414eec35e3832f4f9ce8a25ace7ead638be1f76f.tar.bz2 |
Fix problems with SNTP support;
enable SNTP support in some boards.
Diffstat (limited to 'include/configs/Alaska8220.h')
-rw-r--r-- | include/configs/Alaska8220.h | 52 |
1 files changed, 19 insertions, 33 deletions
diff --git a/include/configs/Alaska8220.h b/include/configs/Alaska8220.h index 5ab6fe6..4927a37 100644 --- a/include/configs/Alaska8220.h +++ b/include/configs/Alaska8220.h @@ -58,44 +58,30 @@ #define CONFIG_BAUDRATE 115200 /* ... at 115200 bps */ - #define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 } +#define CONFIG_TIMESTAMP /* Print image info with timestamp */ + /* * Supported commands */ -/* CONFIG_CMD_DFL includes CFG_CMD_BDI (bdinfo), CFG_CMD_LOADS (loads), - CFG_CMD_LOADB (loadb), CFG_CMD_IMI (iminfo), CFG_CMD_FLASH - (flinfo, erase, protect), CFG_CMD_MEMORY (md, mm, nm, mw, cp, cmp, - crc, base, loop, mtest), CFG_CMD_ENV (printenv, setenv, saveenv), - CFG_CMD_BOOTD (bootd), CFG_CMD_CONSOLE (coninfo), CFG_CMD_NET (bootp, - tftpboot, rarpboot), CFG_CMD_RUN, CFG_CMD_MISC (sleep, etc), - CFG_CMD_BSP, CFG_CMD_IMLS, CFG_CMD_FPGA */ - -#define CONFIG_COMMANDS (CONFIG_CMD_DFL | \ - CFG_CMD_BOOTD | \ - CFG_CMD_CACHE | \ - CFG_CMD_DIAG | \ - CFG_CMD_EEPROM | \ - CFG_CMD_ELF | \ - CFG_CMD_I2C | \ - CFG_CMD_NET | \ - CFG_CMD_PING | \ - CFG_CMD_REGINFO | \ - CFG_CMD_SDRAM \ - ) -/* CFG_CMD_DHCP | \ */ -/* CFG_CMD_MII | \ */ -/* CFG_CMD_PCI | \ */ -/* CFG_CMD_USB */ - -# define CONFIG_NET_MULTI -/*#if (CONFIG_COMMANDS & CFG_CMD_NET) -# define CONFIG_NET_MULTI -#else -# undef CONFIG_NET_MULTI -#endif*/ - +#define CONFIG_COMMANDS ( CONFIG_CMD_DFL | \ + CFG_CMD_BOOTD | \ + CFG_CMD_CACHE | \ + CFG_CMD_DHCP | \ + CFG_CMD_DIAG | \ + CFG_CMD_EEPROM | \ + CFG_CMD_ELF | \ + CFG_CMD_I2C | \ + CFG_CMD_NET | \ + CFG_CMD_NFS | \ + CFG_CMD_PING | \ + CFG_CMD_PCI | \ + CFG_CMD_REGINFO | \ + CFG_CMD_SDRAM | \ + CFG_CMD_SNTP ) + +#define CONFIG_NET_MULTI /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ #include <cmd_confdefs.h> |