diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/cmd_sf.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/common/cmd_sf.c b/common/cmd_sf.c index d571f60c0..d69ae6a1b 100644 --- a/common/cmd_sf.c +++ b/common/cmd_sf.c @@ -2,7 +2,9 @@   * Command for accessing SPI flash.   *   * Copyright (C) 2008 Atmel Corporation + * Licensed under the GPL-2 or later.   */ +  #include <common.h>  #include <spi_flash.h> |