]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Makefile: Change CONFIG_SPL_PAD_TO to image offset
authorBenoît Thébaudeau <benoit.thebaudeau@advansee.com>
Thu, 11 Apr 2013 09:35:49 +0000 (09:35 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 12 Apr 2013 05:55:06 +0000 (07:55 +0200)
commit6113d3f27ca1414c98ffee90ed8f287898b73322
treeaf884c12ea9e3c805b8e8b140bcdc866f992248f
parent2979b263239b37ce1fddd0ad1b1c2ad096dbd120
Makefile: Change CONFIG_SPL_PAD_TO to image offset

Change CONFIG_SPL_PAD_TO from a link address to an image offset since this is
more handy and closer to the purpose of this config.

Automatically define CONFIG_SPL_PAD_TO to CONFIG_SPL_MAX_SIZE (or 0 without
CONFIG_SPL_MAX_SIZE).

Test that CONFIG_SPL_PAD_TO >= CONFIG_SPL_MAX_SIZE if CONFIG_SPL_PAD_TO is
non-zero.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Makefile
README
include/config_fallbacks.h
include/configs/MPC8313ERDB.h
include/configs/p1_p2_rdb_pc.h