diff options
author | Wolfgang Denk <wd@denx.de> | 2012-04-09 21:34:27 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-04-09 21:34:27 +0200 |
commit | 3f0675d1a532dbf1fd906103e4b61a6fb842c257 (patch) | |
tree | fd4f11a24b602a83c47352a1a392976e6c8b6c3d /include | |
parent | 2c734cd932b53b46e9f89e4f5db9360afc459ae6 (diff) | |
parent | f4cdde40195078a9183a0e29f741dac31ea3d425 (diff) | |
download | u-boot-imx-3f0675d1a532dbf1fd906103e4b61a6fb842c257.zip u-boot-imx-3f0675d1a532dbf1fd906103e4b61a6fb842c257.tar.gz u-boot-imx-3f0675d1a532dbf1fd906103e4b61a6fb842c257.tar.bz2 |
Merge branch 'marek.vasut@gmail.com' of git://git.denx.de/u-boot-staging
* 'marek.vasut@gmail.com' of git://git.denx.de/u-boot-staging:
LMB: Fix undefined lmb_reserve() on non-lmb platforms
MIPS: fix endianess handling
MIPS: fix inconsistency in config option for cache operation mode
MIPS: board.c: fix init of flash data in bd_info
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/pb1x00.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/pb1x00.h b/include/configs/pb1x00.h index eea8ed3..d056884 100644 --- a/include/configs/pb1x00.h +++ b/include/configs/pb1x00.h @@ -46,6 +46,8 @@ #endif #endif +#define CONFIG_SYS_LITTLE_ENDIAN + #define CONFIG_ETHADDR DE:AD:BE:EF:01:01 /* Ethernet address */ #define CONFIG_BOOTDELAY 2 /* autoboot after 2 seconds */ |