]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
P1022DS: Set CONFIG_SPL_MAX_SIZE directly
authorTom Rini <trini@ti.com>
Fri, 3 May 2013 13:19:43 +0000 (09:19 -0400)
committerTom Rini <trini@ti.com>
Fri, 3 May 2013 13:19:43 +0000 (09:19 -0400)
With the u-boot-with-spl.bin rule calling $(OBJCOPY) with
CONFIG_SPL_PAD_TO, and CONFIG_SPL_PAD_TO defaulting to
CONFIG_SPL_MAX_SIZE we cannot use math here, so set it to 4096 rather
than 4 * 1024.

Signed-off-by: Tom Rini <trini@ti.com>

No differences found