diff options
author | Stefan Roese <sr@denx.de> | 2007-03-01 21:16:58 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-03-01 21:16:58 +0100 |
commit | fdd1d6dcc97c595bd9d598ed3b22a7038781272c (patch) | |
tree | a0017423e9d07a9e05c07a8a1a6601a2a4d00177 /include/configs | |
parent | c8556d0e0b27c57c0860f55736761a18c7a115f2 (diff) | |
parent | 3bf6c39b7bbd103fe58c7532152529bcd9b8fabe (diff) | |
download | u-boot-imx-fdd1d6dcc97c595bd9d598ed3b22a7038781272c.zip u-boot-imx-fdd1d6dcc97c595bd9d598ed3b22a7038781272c.tar.gz u-boot-imx-fdd1d6dcc97c595bd9d598ed3b22a7038781272c.tar.bz2 |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-sr
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/sc3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sc3.h b/include/configs/sc3.h index b767449..f2f0598 100644 --- a/include/configs/sc3.h +++ b/include/configs/sc3.h @@ -115,7 +115,7 @@ ":${hostname}:${netdev}:off panic=1\0" \ "flash_nfs=run nfsargs addip;" \ "bootm ${kernel_addr}\0" \ - "flash_nand=nand_args addip addcon;bootm ${kernel_addr}\0" \ + "flash_nand=run nand_args addip addcon;bootm ${kernel_addr}\0" \ "net_nfs=tftp 200000 ${bootfile};run nfsargs addip;bootm\0" \ "rootpath=/opt/eldk/ppc_4xx\0" \ "bootfile=/tftpboot/sc3/uImage\0" \ |