1ad1d3d5cf
This commit provides basic support for the Andes 32-bit (nds32) architecture. 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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
config BR2_ARCH
|
|
default "nds32"
|
|
|
|
config BR2_GCC_TARGET_ARCH
|
|
default "v3"
|
|
|
|
config BR2_ENDIAN
|
|
default "LITTLE"
|
|
|
|
config BR2_READELF_ARCH_NAME
|
|
default "Andes Technology compact code size embedded RISC processor family"
|