diff options
author | Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> | 2013-08-29 19:10:40 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-02 21:38:45 +0200 |
commit | 830205c0361c751c39fabeb1366100e2a94a27a4 (patch) | |
tree | 3ef659331890835a6d58d7901239b3b4d0013b77 /arch/Config.in.nios2 | |
parent | 4ee8047024d7edf4500eda57327d793c3f55bdd6 (diff) | |
download | buildroot-830205c0361c751c39fabeb1366100e2a94a27a4.tar.gz buildroot-830205c0361c751c39fabeb1366100e2a94a27a4.zip |
nios2: Add new architecture
This commit adds very basic support to build for the Nios II
architecture. Toolchain support is still missing and instead
we need to use an external custom toolchain.
Notice that this architecture had been previously removed in
Buildroot 2010.05-rc1 release (as explained in the CHANGES file)
and this commit adds it back.
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'arch/Config.in.nios2')
-rw-r--r-- | arch/Config.in.nios2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/Config.in.nios2 b/arch/Config.in.nios2 new file mode 100644 index 0000000000..ed638981aa --- /dev/null +++ b/arch/Config.in.nios2 @@ -0,0 +1,5 @@ +config BR2_ARCH + default "nios2" + +config BR2_ENDIAN + default "LITTLE" |