diff options
author | wdenk <wdenk> | 2003-09-16 21:07:28 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-09-16 21:07:28 +0000 |
commit | 34b3049a60a37e180d73332ccddf706c049a0515 (patch) | |
tree | 34dcc3a7d162e1e0df4ff5eb65348a76cf21038c /board/sixnet | |
parent | ef709e923038ae702535a3dcbdb45a1b4cd6105c (diff) |
Code cleanupLABEL_2003_09_16_2310
Diffstat (limited to 'board/sixnet')
-rw-r--r-- | board/sixnet/sixnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sixnet/sixnet.c b/board/sixnet/sixnet.c index 63c57c93f92..42d14970403 100644 --- a/board/sixnet/sixnet.c +++ b/board/sixnet/sixnet.c @@ -330,7 +330,7 @@ int misc_init_r (void) #if (CONFIG_COMMANDS & CFG_CMD_NAND) void nand_init(void) { - unsigned long totlen = nand_probe(CFG_NAND_BASE); + unsigned long totlen = nand_probe(CFG_DFLASH_BASE); printf ("%4lu MB\n", totlen >> 20); } |