mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
board/[j-z]*: 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>
This commit is contained in:
@ -408,7 +408,7 @@ U_BOOT_CMD (puma, 4, 1, do_puma,
|
||||
"status - print PUMA status\n"
|
||||
"puma load addr len - load PUMA configuration data\n");
|
||||
|
||||
#endif /* CFG_CMD_BSP */
|
||||
#endif
|
||||
|
||||
/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */
|
||||
|
||||
|
Reference in New Issue
Block a user