From b06da06dd41b9c72b06c9d03f434d4263bbf6bbd Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 20 Jul 2019 20:51:13 -0600 Subject: Add CONFIG_USE_PREBOOT to boards that use CONFIG_PREBOOT In order to use CONFIG_PREBOOT with Kconfig, CONFIG_USE_PREBOOT must be defined for each board. To prepare for conversion to Kconfig, add this. Signed-off-by: Simon Glass --- include/configs/dfi-bt700.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/dfi-bt700.h') diff --git a/include/configs/dfi-bt700.h b/include/configs/dfi-bt700.h index f7bad8e..d3a4a61 100644 --- a/include/configs/dfi-bt700.h +++ b/include/configs/dfi-bt700.h @@ -42,6 +42,7 @@ "upd_uboot=usb reset;tftp 100000 dfi/u-boot.rom;" \ "sf probe;sf update 100000 0 800000;saveenv\0" +#define CONFIG_USE_PREBOOT #define CONFIG_PREBOOT #endif /* __CONFIG_H */ -- cgit v1.1