commit | 2d60819bafeb62c0ae45ec8bf3f7a6742d42f05f | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Sat Apr 07 17:03:28 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 11 13:22:06 2018 -0400 |
tree | f55178d64a1bff2704057ec7a72fbac7c8482e3a | |
parent | 6e3abf33a37ec6639251652a7811e99983f7b082 [diff] |
spl: ram: Convert to CONFIG_IS_ENABLED This patch is a preparation for adding TPL support for RAM loading. CONFIG_IS_ENABLED allows for proper handling of the U-Boot/SPL/TPL differences in config symbol names. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Tom Rini <trini@konsulko.com>