i.MX6: nitrogen6x: pedantic: BOOT_FROM==spi, not sd
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Acked-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
17998eff90
commit
9b986fdd92
|
@ -16,7 +16,7 @@ IMAGE_VERSION 2
|
||||||
* Boot Device : one of
|
* Boot Device : one of
|
||||||
* spi, sd (the board has no nand neither onenand)
|
* spi, sd (the board has no nand neither onenand)
|
||||||
*/
|
*/
|
||||||
BOOT_FROM sd
|
BOOT_FROM spi
|
||||||
|
|
||||||
#define __ASSEMBLY__
|
#define __ASSEMBLY__
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
|
@ -16,7 +16,7 @@ IMAGE_VERSION 2
|
||||||
* Boot Device : one of
|
* Boot Device : one of
|
||||||
* spi, sd (the board has no nand neither onenand)
|
* spi, sd (the board has no nand neither onenand)
|
||||||
*/
|
*/
|
||||||
BOOT_FROM sd
|
BOOT_FROM spi
|
||||||
|
|
||||||
#define __ASSEMBLY__
|
#define __ASSEMBLY__
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
|
@ -16,7 +16,7 @@ IMAGE_VERSION 2
|
||||||
* Boot Device : one of
|
* Boot Device : one of
|
||||||
* spi, sd (the board has no nand neither onenand)
|
* spi, sd (the board has no nand neither onenand)
|
||||||
*/
|
*/
|
||||||
BOOT_FROM sd
|
BOOT_FROM spi
|
||||||
|
|
||||||
#define __ASSEMBLY__
|
#define __ASSEMBLY__
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
|
@ -16,7 +16,7 @@ IMAGE_VERSION 2
|
||||||
* Boot Device : one of
|
* Boot Device : one of
|
||||||
* spi, sd (the board has no nand neither onenand)
|
* spi, sd (the board has no nand neither onenand)
|
||||||
*/
|
*/
|
||||||
BOOT_FROM sd
|
BOOT_FROM spi
|
||||||
|
|
||||||
#define __ASSEMBLY__
|
#define __ASSEMBLY__
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
|
@ -16,7 +16,7 @@ IMAGE_VERSION 2
|
||||||
* Boot Device : one of
|
* Boot Device : one of
|
||||||
* spi, sd (the board has no nand neither onenand)
|
* spi, sd (the board has no nand neither onenand)
|
||||||
*/
|
*/
|
||||||
BOOT_FROM sd
|
BOOT_FROM spi
|
||||||
|
|
||||||
#define __ASSEMBLY__
|
#define __ASSEMBLY__
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
|
@ -16,7 +16,7 @@ IMAGE_VERSION 2
|
||||||
* Boot Device : one of
|
* Boot Device : one of
|
||||||
* spi, sd (the board has no nand neither onenand)
|
* spi, sd (the board has no nand neither onenand)
|
||||||
*/
|
*/
|
||||||
BOOT_FROM sd
|
BOOT_FROM spi
|
||||||
|
|
||||||
#define __ASSEMBLY__
|
#define __ASSEMBLY__
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
Loading…
Reference in New Issue