mirror of https://github.com/armbian/build.git
Use per-branch u-boot defconfig names for sun50iw1
This commit is contained in:
parent
9c284895f9
commit
e29f55e8fe
|
|
@ -1,6 +1,7 @@
|
||||||
# A64 quad core 512MB-2GB SoC GBE
|
# A64 quad core 512MB-2GB SoC GBE
|
||||||
BOARD_NAME="Pine64"
|
BOARD_NAME="Pine64"
|
||||||
LINUXFAMILY="sun50iw1"
|
LINUXFAMILY="sun50iw1"
|
||||||
|
BOOTCONFIG_DEFAULT="sun50iw1p1_config"
|
||||||
BOOTCONFIG="pine64_plus_defconfig"
|
BOOTCONFIG="pine64_plus_defconfig"
|
||||||
#
|
#
|
||||||
MODULES="sunxi_codec sunxi_i2s sunxi_sndcodec 8723bs"
|
MODULES="sunxi_codec sunxi_i2s sunxi_sndcodec 8723bs"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
# A64 quad core 2GB SoC GBE
|
# A64 quad core 2GB SoC GBE
|
||||||
BOARD_NAME="SoPine A64"
|
BOARD_NAME="SoPine A64"
|
||||||
LINUXFAMILY="sun50iw1"
|
LINUXFAMILY="sun50iw1"
|
||||||
|
BOOTCONFIG_DEFAULT="sun50iw1p1_config"
|
||||||
BOOTCONFIG="sopine_baseboard_defconfig"
|
BOOTCONFIG="sopine_baseboard_defconfig"
|
||||||
#
|
#
|
||||||
MODULES="sunxi_codec sunxi_i2s sunxi_sndcodec 8723bs"
|
MODULES="sunxi_codec sunxi_i2s sunxi_sndcodec 8723bs"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
# A64 quad core 2GB SoC Wi-Fi/BT
|
# A64 quad core 2GB SoC Wi-Fi/BT
|
||||||
BOARD_NAME="Pinebook A64"
|
BOARD_NAME="Pinebook A64"
|
||||||
LINUXFAMILY="sun50iw1"
|
LINUXFAMILY="sun50iw1"
|
||||||
|
BOOTCONFIG_DEFAULT="sun50iw1p1_config"
|
||||||
BOOTCONFIG="pinebook-a64_defconfig"
|
BOOTCONFIG="pinebook-a64_defconfig"
|
||||||
#
|
#
|
||||||
MODULES="sunxi_codec sunxi_i2s sunxi_sndcodec 8723cs r8152 hall"
|
MODULES="sunxi_codec sunxi_i2s sunxi_sndcodec 8723cs r8152 hall"
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,6 @@ case $BRANCH in
|
||||||
UBOOT_TARGET_MAP=';;u-boot-with-dtb.bin'
|
UBOOT_TARGET_MAP=';;u-boot-with-dtb.bin'
|
||||||
BOOTPATCHDIR='u-boot-pine64-default'
|
BOOTPATCHDIR='u-boot-pine64-default'
|
||||||
|
|
||||||
# legacy u-boot has one defconfig for all boards
|
|
||||||
BOOTCONFIG='sun50iw1p1_config'
|
|
||||||
UBOOT_COMPILER='arm-linux-gnueabihf-'
|
UBOOT_COMPILER='arm-linux-gnueabihf-'
|
||||||
UBOOT_USE_GCC='> 5.0'
|
UBOOT_USE_GCC='> 5.0'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue