diff mbox

[U-Boot,7/8] rockchip: spl: RK3399: enable SPL_SPI_LOAD if SPI is enabled for SPL

Message ID 1490691517-9291-8-git-send-email-philipp.tomsich@theobroma-systems.com
State Accepted
Commit 3e75c07ddbf8c6bfa86ec7f29a30f274db435a13
Delegated to: Simon Glass
Headers show

Commit Message

Philipp Tomsich March 28, 2017, 8:58 a.m. UTC
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
---

 include/configs/rk3399_common.h | 3 +++
 1 file changed, 3 insertions(+)

Comments

Simon Glass April 1, 2017, 4:23 a.m. UTC | #1
On 28 March 2017 at 02:58, Philipp Tomsich
<philipp.tomsich@theobroma-systems.com> wrote:
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
>
>  include/configs/rk3399_common.h | 3 +++
>  1 file changed, 3 insertions(+)
>

Acked-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h
index 9d22e0c..c409d95 100644
--- a/include/configs/rk3399_common.h
+++ b/include/configs/rk3399_common.h
@@ -18,6 +18,9 @@ 
 #define CONFIG_SPL_FRAMEWORK
 #define CONFIG_SPL_DRIVERS_MISC_SUPPORT
 #define CONFIG_SPL_SERIAL_SUPPORT
+#if defined(CONFIG_SPL_SPI_SUPPORT)
+#define CONFIG_SPL_SPI_LOAD
+#endif
 
 #define COUNTER_FREQUENCY               24000000