On Mon, Oct 08, 2012 at 09:08:49PM -0600, Stephen Warren wrote:
On 10/06/2012 07:53 PM, Domenico Andreoli wrote:
quoted
BCM476x's minimal infrastructure, Kernel's great reuse.
quoted
Index: b/arch/arm/configs/bcm476x_defconfig
quoted
+CONFIG_DEBUG_BCM476X_UART2=y
+CONFIG_DEBUG_LL_INCLUDE="debug/bcm476x.S"
+CONFIG_UNCOMPRESS_INCLUDE="debug/bcm476x-uncompress.h"
Was this defconfig file created by "make savedefconfig ; mv defconfig
arch/arm/configs/bcm476x_defconfig"? If you do that, I think those last
two lines I quoted above (and many more) will be removed, since those
values are selected by CONFIG_DEBUG_BCM476X_UART2.
Yep, knew I was a 'make help' away from this. Will fix.
Dome