5bf75e1864
Add Andes 32-bit defconfig for AE3XX platform. Signed-off-by: Che-Wei Chuang <cnoize@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Signed-off-by: Nylon Chen <nylon7@andestech.com> [Thomas: - fix commit title to match the defconfig name - use the external toolchain package] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
363 B
Plaintext
11 lines
363 B
Plaintext
BR2_nds32=y
|
|
BR2_GLOBAL_PATCH_DIR="board/andes/patches/"
|
|
BR2_TOOLCHAIN_EXTERNAL=y
|
|
BR2_TOOLCHAIN_EXTERNAL_ANDES_NDS32=y
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.17"
|
|
BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
|
|
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/andes/ae3xx/ae3xx.fragment"
|
|
BR2_TARGET_ROOTFS_INITRAMFS=y
|