]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
authorJon Loeliger <jdl@freescale.com>
Tue, 10 Jul 2007 16:19:50 +0000 (11:19 -0500)
committerJon Loeliger <jdl@freescale.com>
Tue, 10 Jul 2007 16:19:50 +0000 (11:19 -0500)
commitb3aff0cb9ecf236d7e8c93761dd1dadf6837a582
treeb19a575ce224c06b13593c5b5ce790c4a25a28a9
parentddb5d86f0215bcb6c293510c50eb050e92883b7a
disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.

Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
12 files changed:
disk/part.c
doc/README.JFFS2
doc/README.PIP405
doc/README.usb
lib_arm/board.c
lib_generic/crc32.c
lib_i386/board.c
lib_m68k/board.c
lib_mips/board.c
lib_ppc/board.c
lib_ppc/kgdb.c
tools/updater/cmd_flash.c