commit | 5ed6f447af60aabd2669d913f673793c1ce48f47 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Fri May 03 09:19:43 2013 -0400 |
committer | Tom Rini <trini@ti.com> | Fri May 03 09:19:43 2013 -0400 |
tree | 933b803ff477fe64590edfca0f6e00b4892872b4 | |
parent | 3fe012854040280d1efd76dbe6c439e3219850ce [diff] |
P1022DS: Set CONFIG_SPL_MAX_SIZE directly 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>