[PATCH 1/6] Initial csb1724 board support (FDT)
From: andrew@lunn.ch (Andrew Lunn)
Date: 2012-07-30 15:28:29
From: andrew@lunn.ch (Andrew Lunn)
Date: 2012-07-30 15:28:29
Hi Ian
diff --git a/arch/arm/configs/csb1724_defconfig b/arch/arm/configs/csb1724_defconfig new file mode 100644 index 0000000..927b269 --- /dev/null +++ b/arch/arm/configs/csb1724_defconfig@@ -0,0 +1,47 @@ +CONFIG_ARCH_KIRKWOOD=y +CONFIG_ARCH_KIRKWOOD_DT=y +CONFIG_MACH_CSB1724_DT=y
Do you really need this? Its the only kirkwood board with its on _defconfig file. What makes this board special? Thanks Andrew