Hi Antony On Thu, Jun 20, 2019 at 11:25:09AM +0300, Antony Pavlov wrote: > The commit b917f7864115a35 ("remove CONFIG_DEBUG_INFO") > has dropped Kconfig DEBUG_INFO option however we > still have very many DEBUG_INFO mentions in defconfig > files. Drop them using sed: > > find -iname '*defconfig' -type f -exec \ > sed -i "/CONFIG_DEBUG_INFO=y/d" {} ';' Another approach could be to regenerate all defconfigs. A little scripting around savedefconfig should do it. Then we would get rid of all obsolete symbols in one go - for all defconfigs. The generated defconfig would be the one that people would be using anyway, so there should be only a little risk to introduce new issues doing it this way. Willing to try this approcah - maybe across all architectures? Sam _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox