[U-Boot] [PATCH 2/2] tegra: config: seaboard: Move tegra-common-post to correct place
Simon Glass
sjg at chromium.org
Tue Nov 6 00:21:01 CET 2012
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 at chromium.org>
---
include/configs/seaboard.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 3fca8d9..32816b1 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -116,12 +116,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 */
--
1.7.7.3
More information about the U-Boot
mailing list