summaryrefslogtreecommitdiffstats
path: root/include/configs/seaboard.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-11-05 13:21:01 +0000
committerTom Warren <twarren@nvidia.com>2012-11-19 08:15:42 -0700
commitef24c38a6f99baae46fd060da9848c1800889c52 (patch)
tree583ef8f07ea411aa13d8f2a5c143bbd2cbd4fa85 /include/configs/seaboard.h
parentfaf32a0d3c7817733f6c4ac83ec490633d94c163 (diff)
downloadblackbird-obmc-uboot-ef24c38a6f99baae46fd060da9848c1800889c52.tar.gz
blackbird-obmc-uboot-ef24c38a6f99baae46fd060da9848c1800889c52.zip
tegra: config: seaboard: Move tegra-common-post to correct place
The NAND defines ended up before this include file, but should be after it, so it doesn't become a post-pre-NAND. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/seaboard.h')
-rw-r--r--include/configs/seaboard.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 92c167d7df..e560e064d4 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -113,12 +113,13 @@
#define CONFIG_SYS_WHITE_ON_BLACK
#define CONFIG_CONSOLE_SCROLL_LINES 10
-#include "tegra-common-post.h"
-
/* NAND support */
#define CONFIG_CMD_NAND
#define CONFIG_TEGRA_NAND
/* Max number of NAND devices */
#define CONFIG_SYS_MAX_NAND_DEVICE 1
+
+#include "tegra-common-post.h"
+
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud