From 4aa23c9641225476bd61b1f64e324bbd0f76eab5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 23 Jan 2017 08:12:18 +0100 Subject: Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIAN Use de-facto standard BYTE_ORDER instead. Close #2803. --- cpukit/score/cpu/nios2/rtems/score/cpu.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/score/cpu/nios2/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/nios2/rtems/score/cpu.h b/cpukit/score/cpu/nios2/rtems/score/cpu.h index 902b209794..a3f2f03d36 100644 --- a/cpukit/score/cpu/nios2/rtems/score/cpu.h +++ b/cpukit/score/cpu/nios2/rtems/score/cpu.h @@ -67,10 +67,6 @@ extern "C" { #define CPU_STRUCTURE_ALIGNMENT \ RTEMS_SECTION( ".sdata" ) RTEMS_ALIGNED( CPU_CACHE_LINE_BYTES ) -#define CPU_BIG_ENDIAN FALSE - -#define CPU_LITTLE_ENDIAN TRUE - #define CPU_STACK_MINIMUM_SIZE (4 * 1024) #define CPU_SIZEOF_POINTER 4 -- cgit v1.2.3