1 if TARGET_WOODBURN 2 3 config SYS_BOARD 4 default "woodburn" 5 6 config SYS_SOC 7 default "mx35" 8 9 config SYS_CONFIG_NAME 10 default "woodburn" 11 12 endif 13 14 if TARGET_WOODBURN_SD 15 16 config SYS_BOARD 17 default "woodburn" 18 19 config SYS_SOC 20 default "mx35" 21 22 config SYS_CONFIG_NAME 23 default "woodburn_sd" 24 25 endif 26