diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-07-25 15:18:16 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-30 00:48:07 +0200 |
commit | 936897d4d1365452bbbdf8430db5e7769ef08d38 (patch) | |
tree | 11ffcbe392aa53fb6987817514460c44b8cc936a /lib_sparc | |
parent | 5d1d00fb36005482e1803a00ddc46efa11d719af (diff) | |
download | u-boot-imx-936897d4d1365452bbbdf8430db5e7769ef08d38.zip u-boot-imx-936897d4d1365452bbbdf8430db5e7769ef08d38.tar.gz u-boot-imx-936897d4d1365452bbbdf8430db5e7769ef08d38.tar.bz2 |
Fix remaining CFG_CMD_ define, ifdef and comments
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'lib_sparc')
-rw-r--r-- | lib_sparc/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib_sparc/board.c b/lib_sparc/board.c index af301c0..205a8ca 100644 --- a/lib_sparc/board.c +++ b/lib_sparc/board.c @@ -451,7 +451,7 @@ void board_init_f(ulong bootflag) if ((s = getenv("bootfile")) != NULL) { copy_filename(BootFile, s, sizeof(BootFile)); } -#endif /* CFG_CMD_NET */ +#endif /* CONFIG_CMD_NET */ WATCHDOG_RESET(); @@ -483,7 +483,7 @@ void board_init_f(ulong bootflag) WATCHDOG_RESET(); puts("IDE: "); ide_init(); -#endif /* CFG_CMD_IDE */ +#endif /* CONFIG_CMD_IDE */ #ifdef CONFIG_LAST_STAGE_INIT WATCHDOG_RESET(); |