]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/bf533-stamp_defconfig
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)
committerTom Rini <trini@konsulko.com>
Wed, 8 Jul 2015 22:26:40 +0000 (18:26 -0400)
commite619c79ea60f9d16c62aca05cb513e2f244d0dc5
tree6db08b1d5f258ace0e9133737600d74553e8eb01
parentf7848d90dde918423e6dfa462ec82bcdbba9defe
blackfin: Fix build regression due to image size

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