X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fnetphone%2Fnetphone.c;h=ccc8b3ed85dfd24427c06a5fd27dd6f1393422fe;hb=c1d16334091653de8eabcc9eb4f3447c98ba5506;hp=dd03e4bd5bdd490a8b0c5e8af9d669d418c5e90b;hpb=63ff004c4fcad9f690bf44dbd15d568bb47aac2d;p=u-boot diff --git a/board/netphone/netphone.c b/board/netphone/netphone.c index dd03e4bd5b..ccc8b3ed85 100644 --- a/board/netphone/netphone.c +++ b/board/netphone/netphone.c @@ -597,9 +597,9 @@ int board_early_init_f(void) return 0; } -#if (CONFIG_COMMANDS & CFG_CMD_NAND) +#if defined(CONFIG_CMD_NAND) -#include +#include extern ulong nand_probe(ulong physadr); extern struct nand_chip nand_dev_desc[CFG_MAX_NAND_DEVICE];