mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
e619c79ea6
bf533-stamp, bf538f-ezkit, and cm-bf548 are very space limited.
This was introduced by:
6e0d26c050
(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>
6 lines
159 B
Text
6 lines
159 B
Text
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
|