From mboxrd@z Thu Jan 1 00:00:00 1970 From: sohu Date: Mon, 27 Dec 2010 10:09:05 +0800 Subject: [U-Boot] U-boot 1.1.2 CONFIG_COMMANDS Message-ID: <75C54DFD73ED450DB497327EFC25EC3F@MrGates> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi,i am using u-boot 1.1.2,for some reasons,i have no time to port to new revision code of u-boot.And now i met one problem in my include/configs/myboards3c44b0.h #define CONFIG_COMMANDS ( CONFIG_CMD_DFL | \ CFG_CMD_DATE | \ CFG_CMD_ELF | \ CFG_CMD_NET | \ CFG_CMD_PING | \ CFG_CMD_ENV | \ CFG_CMD_FLASH) The form above is default, and i move CONFIG_CMD_DFL option out,and now something wrong with my u-boot.bin when i power on my board,The message seems this: U-Boot 1.1.2 (Dec 27 2010 - 08:54:13) U-Boot code: 0C300000 -> 0C315310 BSS: -> 0C319000 RAM Configuration: Bank #0: 0c000000 32 MB Flash: 4 MB And stop here,i wonder if i omit some options of CONFIG_COMMANDS macro?but which one it should be?Thanks for any suggestion ! MrGates