diff options
Diffstat (limited to 'common/cmd_fdt.c')
| -rw-r--r-- | common/cmd_fdt.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/common/cmd_fdt.c b/common/cmd_fdt.c index 571b8f14d..f18c58385 100644 --- a/common/cmd_fdt.c +++ b/common/cmd_fdt.c @@ -28,9 +28,6 @@  #include <command.h>  #include <linux/ctype.h>  #include <linux/types.h> - -#ifdef CONFIG_OF_LIBFDT -  #include <asm/global_data.h>  #include <fdt.h>  #include <libfdt.h> @@ -692,5 +689,3 @@ U_BOOT_CMD(  	"          fdt print /cpus \"#address-cells\"\n"  	"          fdt set   /cpus \"#address-cells\" \"[00 00 00 01]\"\n"  ); - -#endif /* CONFIG_OF_LIBFDT */ |