[PATCH 2/2] at91sam9g20ek: fix build error
Eric Bénard
eric at eukrea.com
Thu Apr 5 05:46:05 EDT 2012
actual defconfig trigger :
barebox.bin size 262768 > of the maximum size 262144
removing verbose error message fix this problem without impacting
to much the user's experience
Signed-off-by: Eric Bénard <eric at eukrea.com>
---
arch/arm/configs/at91sam9g20ek_defconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/configs/at91sam9g20ek_defconfig b/arch/arm/configs/at91sam9g20ek_defconfig
index 9473488..9746703 100644
--- a/arch/arm/configs/at91sam9g20ek_defconfig
+++ b/arch/arm/configs/at91sam9g20ek_defconfig
@@ -13,6 +13,7 @@ CONFIG_PROMPT_HUSH_PS2="y"
CONFIG_HUSH_FANCY_PROMPT=y
CONFIG_CMDLINE_EDITING=y
CONFIG_AUTO_COMPLETE=y
+# CONFIG_ERRNO_MESSAGES is not set
# CONFIG_CONSOLE_ACTIVATE_FIRST is not set
CONFIG_CONSOLE_ACTIVATE_ALL=y
CONFIG_DEFAULT_ENVIRONMENT_GENERIC=y
--
1.7.7.6
More information about the barebox
mailing list