Skip to content
Snippets Groups Projects
Commit a113fb39 authored by Ezequiel Garcia's avatar Ezequiel Garcia Committed by Tom Rini
Browse files

board: nios2: Add CONFIG_CFI_FLASH_MTD guard to flash.h header include

parent c5cbe1e2
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,9 @@ ...@@ -8,7 +8,9 @@
#include <common.h> #include <common.h>
#include <netdev.h> #include <netdev.h>
#if defined(CONFIG_CFI_FLASH_MTD)
#include <mtd/cfi_flash.h> #include <mtd/cfi_flash.h>
#endif
#include <asm/io.h> #include <asm/io.h>
#include <asm/gpio.h> #include <asm/gpio.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