summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-01-05 17:54:55 +0000
committerAnatolij Gustschin <agust@denx.de>2012-03-27 18:45:29 +0200
commit127e19e28d01782b422f0e283678e7e838547aa8 (patch)
tree261656f877198ae0b54ba522022c5f94bc897f0c
parent834c9384a43f36464982521163f6462857e560e6 (diff)
downloadtalos-obmc-uboot-127e19e28d01782b422f0e283678e7e838547aa8.tar.gz
talos-obmc-uboot-127e19e28d01782b422f0e283678e7e838547aa8.zip
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 <sjg@chromium.org> Acked-by: Stefano Babic <sbabic@denx.de>
-rw-r--r--include/configs/snapper9260.h1
1 files changed, 0 insertions, 1 deletions
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
OpenPOWER on IntegriCloud