diff options
Diffstat (limited to 'include/env_default.h')
| -rw-r--r-- | include/env_default.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/env_default.h b/include/env_default.h index 375e5ca15..a1db73a2c 100644 --- a/include/env_default.h +++ b/include/env_default.h @@ -118,6 +118,7 @@ const uchar default_environment[] = {  	"arch="		CONFIG_SYS_ARCH			"\0"  	"cpu="		CONFIG_SYS_CPU			"\0"  	"board="	CONFIG_SYS_BOARD		"\0" +	"board_name="	CONFIG_SYS_BOARD		"\0"  #ifdef CONFIG_SYS_VENDOR  	"vendor="	CONFIG_SYS_VENDOR		"\0"  #endif |