commit | d688bd728f2238256a8f4728cf75a711ae38608f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 16 07:03:28 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 06 11:38:46 2017 +0800 |
tree | 97326dc94b097d9b52dd3e67a9e7017c3a1b46d8 | |
parent | a704490034c94b87bfe3fa992cc50b9a017b9d2b [diff] |
spl: Makefile: Define SPL_ earlier This Makefile variable can be used in the architecture's main Makefile but at present it is not set up until later. Set it just before this Makefile is included. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>