mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#include <asm/io.h>
|
||||
#include <pci.h>
|
||||
|
||||
#if (CONFIG_COMMANDS & CFG_CMD_PCI) || defined(CONFIG_CMD_PCI)
|
||||
#if defined(CONFIG_CMD_PCI)
|
||||
|
||||
extern int cmd_get_data_size(char* arg, int default_size);
|
||||
|
||||
@@ -565,6 +565,6 @@ U_BOOT_CMD(
|
||||
" - write to CFG address\n"
|
||||
);
|
||||
|
||||
#endif /* (CONFIG_COMMANDS & CFG_CMD_PCI) */
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_PCI */
|
||||
|
Reference in New Issue
Block a user