From 0db7f6859fef41c1e95bcef75761054a01782d1b Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 15 May 2017 12:17:48 -0400 Subject: FIT: Rename FIT_DISABLE_SHA256 to FIT_ENABLE_SHA256_SUPPORT We rename CONFIG_FIT_DISABLE_SHA256 to CONFIG_FIT_ENABLE_SHA256_SUPPORT which is enabled by default and now a positive option. Convert the handful of boards that were disabling it before to save space. Cc: Dirk Eibach Cc: Lukasz Dalek Signed-off-by: Tom Rini Reviewed-by: Simon Glass Reviewed-by: Simon Glass --- include/configs/neo.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/neo.h') diff --git a/include/configs/neo.h b/include/configs/neo.h index 9115e251b1..1d8e13f035 100644 --- a/include/configs/neo.h +++ b/include/configs/neo.h @@ -31,9 +31,6 @@ #define PLLMR0_DEFAULT PLLMR0_266_133_66_33 #define PLLMR1_DEFAULT PLLMR1_266_133_66_33 -/* new uImage format support */ -#define CONFIG_FIT_DISABLE_SHA256 - #define CONFIG_ENV_IS_IN_FLASH /* use FLASH for environment vars */ /* -- cgit v1.2.1