diff options
Diffstat (limited to 'board/toradex/common/tegra2_nand.c')
-rw-r--r-- | board/toradex/common/tegra2_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/toradex/common/tegra2_nand.c b/board/toradex/common/tegra2_nand.c index 1c39f655bd2..cc8e324b1fe 100644 --- a/board/toradex/common/tegra2_nand.c +++ b/board/toradex/common/tegra2_nand.c @@ -920,7 +920,7 @@ int board_nand_init(struct nand_chip *nand) struct fdt_nand *config = &info->config; struct mtd_info tmp_mtd; int tmp_manf, tmp_id, tmp_4th; - char compat[8]; + char compat[9]; int node; #ifndef CONFIG_COLIBRI_T30 |