]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
commit8a4f9daccf4d9cf8a429bac76993059ec1c58283
tree96957168e5fa3e6589be9da945930af8c2cb76e9
parentadaf4c33c038de4f815034dd99e48340b8ebf953
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