]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
blackfin: Fix build regression due to image size
authorJoe Hershberger <joe.hershberger@ni.com>
Mon, 22 Jun 2015 22:57:37 +0000 (17:57 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:47:38 +0000 (00:47 +0200)
bf533-stamp, bf538f-ezkit, and cm-bf548 are very space limited.

This was introduced by:
6e0d26c0502e (net: Handle ethaddr changes as an env callback)
by enabling CONFIG_REGEX, which is too big for these boards.

This patch disables CONFIG_REGEX at the expense of working with more
than the first ethaddr.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
configs/bf533-stamp_defconfig
configs/bf538f-ezkit_defconfig
configs/cm-bf548_defconfig

index 154dc26909f4d336655ea5b0d21d27abbcde57b4..4956078e615fb8e95c2608d808b189b5136e20bd 100644 (file)
@@ -2,4 +2,5 @@ CONFIG_BLACKFIN=y
 CONFIG_TARGET_BF533_STAMP=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED=y
+# CONFIG_REGEX is not set
 CONFIG_LIB_RAND=y
index 6cb6c6bf31b41a46c132ee772e2eec1ee0a1fe36..668f9cb85d08f827c700187ededbffacda6ca8f0 100644 (file)
@@ -2,4 +2,5 @@ CONFIG_BLACKFIN=y
 CONFIG_TARGET_BF538F_EZKIT=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED=y
+# CONFIG_REGEX is not set
 CONFIG_LIB_RAND=y
index 949612d0539891cae1a48e3a45073d89e9285752..49d59dd07dc5a4393b42641ca78842054f9add26 100644 (file)
@@ -2,4 +2,5 @@ CONFIG_BLACKFIN=y
 CONFIG_TARGET_CM_BF548=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED=y
+# CONFIG_REGEX is not set
 CONFIG_LIB_RAND=y