mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
tegra: Enable NAND on Seaboard
This enables NAND support for the Seaboard. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
312693c3dd
commit
0dd84084de
2 changed files with 11 additions and 0 deletions
|
|
@ -105,4 +105,13 @@
|
|||
|
||||
#include "tegra20-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
|
||||
|
||||
/* Somewhat oddly, the NAND base address must be a config option */
|
||||
#define CONFIG_SYS_NAND_BASE TEGRA20_NAND_BASE
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
|
|||
|
|
@ -201,4 +201,6 @@
|
|||
#define CONFIG_SPL_GPIO_SUPPORT
|
||||
#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/tegra20/u-boot-spl.lds"
|
||||
|
||||
#define CONFIG_SYS_NAND_SELF_INIT
|
||||
|
||||
#endif /* __TEGRA20_COMMON_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue