summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-09-16 16:33:05 +0900
committerTom Rini <trini@ti.com>2014-09-24 18:30:29 -0400
commit64147e564cf43bb33b68766053960002bc0784dd (patch)
tree8d3f718b42027b3f4e2b172c4bb5ae85f78ff0b0
parent1d5c20154f0797e9a79fd0b39a9ae8a8801f6a51 (diff)
downloadblackbird-obmc-uboot-64147e564cf43bb33b68766053960002bc0784dd.tar.gz
blackbird-obmc-uboot-64147e564cf43bb33b68766053960002bc0784dd.zip
kconfig: remove config_cmd_defaults.h
Now config_cmd_defaults.h is empty so it can be deleted safely. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org>
-rw-r--r--include/config_cmd_defaults.h13
-rw-r--r--scripts/Makefile.autoconf1
2 files changed, 0 insertions, 14 deletions
diff --git a/include/config_cmd_defaults.h b/include/config_cmd_defaults.h
deleted file mode 100644
index d1b3af5dc9..0000000000
--- a/include/config_cmd_defaults.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * config_cmd_defaults.h - sane defaults for everyone
- *
- * Copyright (c) 2010-2011 Analog Devices Inc.
- *
- * Licensed under the GPL-2 or later.
- */
-
-#ifndef _CONFIG_CMD_DEFAULTS_H_
-#define _CONFIG_CMD_DEFAULTS_H_
-
-
-#endif
diff --git a/scripts/Makefile.autoconf b/scripts/Makefile.autoconf
index 44c39970f3..ced2b9a6b0 100644
--- a/scripts/Makefile.autoconf
+++ b/scripts/Makefile.autoconf
@@ -74,7 +74,6 @@ define filechk_config_h
| sed '/=/ {s/=/ /;q; } ; { s/$$/ 1/; }'; \
done; \
echo \#define CONFIG_BOARDDIR board/$(if $(VENDOR),$(VENDOR)/)$(BOARD);\
- echo \#include \<config_cmd_defaults.h\>; \
echo \#include \<config_defaults.h\>; \
echo \#include \<configs/$(CONFIG_SYS_CONFIG_NAME).h\>; \
echo \#include \<asm/config.h\>; \
OpenPOWER on IntegriCloud