mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
kwbimage: Make the Makefile pass in CONFIG_SYS_SPI_U_BOOT_OFFS
We can't use config.h directly as some platforms include headers that aren't safe to use in normal Linux userland. Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
@ -16,7 +16,6 @@
|
||||
#include <image.h>
|
||||
#include <stdint.h>
|
||||
#include "kwbimage.h"
|
||||
#include <config.h>
|
||||
|
||||
#define ALIGN_SUP(x, a) (((x) + (a - 1)) & ~(a - 1))
|
||||
|
||||
|
Reference in New Issue
Block a user