From: Simon Glass Date: Thu, 5 Jan 2012 17:54:55 +0000 (+0000) Subject: Remove CONFIG_SYS_EXTBDINFO from snapper9260.h X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=127e19e28d01782b422f0e283678e7e838547aa8;p=project%2Fbcm63xx%2Fu-boot.git Remove CONFIG_SYS_EXTBDINFO from snapper9260.h This feature is not available on ARM, so it is an error to define it. Signed-off-by: Simon Glass Acked-by: Stefano Babic --- diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h index cb3c674f49..cee65d1695 100644 --- a/include/configs/snapper9260.h +++ b/include/configs/snapper9260.h @@ -157,7 +157,6 @@ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ sizeof(CONFIG_SYS_PROMPT) + 16) #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_EXTBDINFO #define CONFIG_CMDLINE_EDITING #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_HUSH_PARSER