diff options
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 eea8ed3ad..d056884e7 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	*/  |