commit | 5b01ec4524a01d26dca4e13fe6c6f965426165ed | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Mar 23 00:07:26 2015 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Mar 24 00:15:38 2015 +0900 |
tree | 3511f3fda2d7fde071db5ded1e896dfedbe7e49e | |
parent | 6b23db84234d29f80b8fe772f750f3c8c6ccab1a [diff] |
ARM: UniPhier: use CONFIG_SPL_STACK to define SPL stack pointer Ifdef conditionals for CONFIG options are not Kconfig-friendly. Instead, define CONFIG_SPL_STACK to prepare for Kconfig moves. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>