blob: a0fef71d689b2e123e253bf4c26f164eaf604822 [file] [log] [blame]
/*
* (C) Copyright 2016 ZXIC Inc.
*
*/
#include <common.h>
#include <asm/io.h>
#if (CONFIG_COMMANDS & CFG_CMD_NAND) && defined(CFG_NAND_LEGACY)
#include <linux/mtd/nand_legacy.h>
#endif
/*****************************************
* Routine: board_init
* Description: Early hardware init.
*****************************************/
int board_init(void)
{
return 0;
}