/* | |
* (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; | |
} | |