uboot-oxnas: switch to u-boot.mk
[openwrt/staging/yousong.git] / package / boot / uboot-oxnas / src / board / ox820 / Kconfig
1 if TARGET_OX820
2
3 config SYS_CPU
4 default "arm1136"
5
6 config SYS_SOC
7 default "nas782x"
8
9 config SYS_BOARD
10 default "ox820"
11
12 config SYS_CONFIG_NAME
13 default "ox820"
14
15 endif