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/ids8313.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/ids8313.h') diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h index b1d01c58f9..8bc8e00f98 100644 --- a/include/configs/ids8313.h +++ b/include/configs/ids8313.h @@ -253,6 +253,7 @@ #define CONFIG_SYS_LOAD_ADDR 0x100000 #define CONFIG_LOADS_ECHO #define CONFIG_TIMESTAMP +#define CONFIG_USE_PREBOOT #define CONFIG_PREBOOT "echo;" \ "echo Type \\\"run nfsboot\\\" " \ "to mount root filesystem over NFS;echo" -- cgit