Skip to content
Snippets Groups Projects
Commit 9f876580 authored by Loïc Minier's avatar Loïc Minier Committed by Wolfgang Denk
Browse files

ublimage: NAND block size isn't set at build-time


mkimage's ublimage support can't depend of build-time board configs;
instead, this should be set in ublimage.cfg.  Since currently no configs
in u-boot override the NAND block size, hardcode it as such in
ublimage.h to fix a build failure with "make tools":
gcc [...] -o ublimage.o ublimage.c -c
In file included from ublimage.c:37:0:
ublimage.h:31:20: fatal error: config.h: No such file or directory

Cc: Heiko Schocher <hs@denx.de>
Cc: patches@linaro.org
Signed-off-by: default avatarLoïc Minier <loic.minier@linaro.org>
Acked-by: default avatarHeiko Schocher <hs@denx.de>
parent a76406fb
No related merge requests found
Loading
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