summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/common.h b/include/common.h
index 8ee20620db..1fb4fc5563 100644
--- a/include/common.h
+++ b/include/common.h
@@ -22,13 +22,7 @@
#define __packed __attribute__((packed))
#endif
-/*
- * Include board and core configs, since those hold the CONFIG_ constants for a
- * given configuration. This guarantees they get included everywhere, and
- * fixes a fairly common bug where we gate out code with #ifndef
- * CONFIG_SOMETHING and but forget to include both of these.
- */
-#include "board.h"
+/* Include top-level configuration file */
#include "config.h"
/* List of common error codes that can be returned */