Skip to content
Snippets Groups Projects
Commit 2afc741a authored by Mugunthan V N's avatar Mugunthan V N Committed by Tom Rini
Browse files

include: nand: move endif to end of file


The terminator endif of ifdef _NAND_H_ should be at the
end of file as a fail safe.

Signed-off-by: default avatarMugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
parent 4f580020
No related branches found
No related tags found
No related merge requests found
......@@ -132,8 +132,6 @@ void board_nand_select_device(struct nand_chip *nand, int chip);
__attribute__((noreturn)) void nand_boot(void);
#endif
#ifdef CONFIG_ENV_OFFSET_OOB
#define ENV_OOB_MARKER 0x30425645 /*"EVB0" in little-endian -- offset is stored
as block number*/
......@@ -146,3 +144,5 @@ int spl_nand_erase_one(int block, int page);
/* platform specific init functions */
void sunxi_nand_init(void);
#endif /* _NAND_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment