[PATCH 1/2] at91sam9260ek: fix build error

Eric Bénard eric at eukrea.com
Thu Apr 5 05:46:04 EDT 2012


actual defconfig trigger :
barebox.bin size 262600 > 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/at91sam9260ek_defconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/configs/at91sam9260ek_defconfig b/arch/arm/configs/at91sam9260ek_defconfig
index c288d39..fcf6c7b 100644
--- a/arch/arm/configs/at91sam9260ek_defconfig
+++ b/arch/arm/configs/at91sam9260ek_defconfig
@@ -12,6 +12,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