diff options
| author | Daniel Schwierzeck <[email protected]> | 2012-08-21 23:27:37 +0200 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2012-08-24 00:34:43 +0200 |
| commit | 2c0e3de384f6a3323a1ffbf5db390b3081c3e102 (patch) | |
| tree | 00ab584b5fd0d49c3f22bccdaa184e5119237efe /include | |
| parent | d2aa5dca74fcf8cbe7fa1f27606a5663bb52d3e6 (diff) | |
MIPS: factor out endianess flag handling to arch config.mk
This is CPU independent and should be configured architecture-wide.
Signed-off-by: Daniel Schwierzeck <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/qi_lb60.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/qi_lb60.h b/include/configs/qi_lb60.h index a3fc465e709..4bb5bbc6979 100644 --- a/include/configs/qi_lb60.h +++ b/include/configs/qi_lb60.h @@ -11,6 +11,7 @@ #define __CONFIG_QI_LB60_H #define CONFIG_MIPS32 /* MIPS32 CPU core */ +#define CONFIG_SYS_LITTLE_ENDIAN #define CONFIG_JZSOC /* Jz SoC */ #define CONFIG_JZ4740 /* Jz4740 SoC */ #define CONFIG_NAND_JZ4740 |
