X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fbosch%2Fguardian%2Fboard.c;h=32ebaf42317dc6115d073e95eba162d5c791180d;hb=7086de4948ba2bc46cdd3001f7d845535f05f7fe;hp=072aa4ebb881946e635b891f8f517fbbf60e6491;hpb=fae79480111be47944cf66a9c052ff3934a09ce5;p=oweals%2Fu-boot.git diff --git a/board/bosch/guardian/board.c b/board/bosch/guardian/board.c index 072aa4ebb8..32ebaf4231 100644 --- a/board/bosch/guardian/board.c +++ b/board/bosch/guardian/board.c @@ -180,7 +180,7 @@ int board_init(void) gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; -#ifdef CONFIG_NAND +#ifdef CONFIG_MTD_RAW_NAND gpmc_init(); #endif return 0;