diff options
Diffstat (limited to 'include/configs/sbc8260.h')
| -rw-r--r-- | include/configs/sbc8260.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/sbc8260.h b/include/configs/sbc8260.h index 16dc4bb73..bfa0389fd 100644 --- a/include/configs/sbc8260.h +++ b/include/configs/sbc8260.h @@ -35,6 +35,8 @@  #ifndef __CONFIG_H  #define __CONFIG_H +#define	CONFIG_SYS_TEXT_BASE	0x40000000 +  /* Enable debug prints */  #undef DEBUG_BOOTP_EXT	      /* Debug received vendor fields */ |