From: Lothar Waßmann Date: Tue, 22 Sep 2015 11:57:24 +0000 (+0200) Subject: karo: configs: set 'baseboard' variable in 'noenv' U-Boot X-Git-Tag: KARO-TX6UL-2015-10-23~36 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=047997571bf2c5bd43058c8e9da8052e09d9111f;hp=ffa2038407d1dc610146b2e677cc16ea8838fce4 karo: configs: set 'baseboard' variable in 'noenv' U-Boot --- diff --git a/include/configs/tx28.h b/include/configs/tx28.h index cdbdb3ae16..de5adbdfa7 100644 --- a/include/configs/tx28.h +++ b/include/configs/tx28.h @@ -115,6 +115,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "autostart=no\0" \ "autoload=no\0" \ + "baseboard=stk5-v3\0" \ "bootdelay=-1\0" \ "fdtaddr=" xstr(CONFIG_FDTADDR) "\0" \ "mtdids=" MTDIDS_DEFAULT "\0" \ diff --git a/include/configs/tx51.h b/include/configs/tx51.h index ce5a6f9ca8..ce827149b9 100644 --- a/include/configs/tx51.h +++ b/include/configs/tx51.h @@ -113,6 +113,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "autostart=no\0" \ "autoload=no\0" \ + "baseboard=stk5-v3\0" \ "bootdelay=-1\0" \ "fdtaddr=" xstr(CONFIG_FDTADDR) "\0" \ "mtdids=" MTDIDS_DEFAULT "\0" \ diff --git a/include/configs/tx53.h b/include/configs/tx53.h index eddab57fdb..65a3a4be5b 100644 --- a/include/configs/tx53.h +++ b/include/configs/tx53.h @@ -112,6 +112,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "autostart=no\0" \ "autoload=no\0" \ + "baseboard=stk5-v3\0" \ "bootdelay=-1\0" \ "fdtaddr=" xstr(CONFIG_FDTADDR) "\0" \ "mtdids=" MTDIDS_DEFAULT "\0" \ diff --git a/include/configs/tx6.h b/include/configs/tx6.h index 9faf554fe3..160b142578 100644 --- a/include/configs/tx6.h +++ b/include/configs/tx6.h @@ -160,6 +160,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "autostart=no\0" \ "autoload=no\0" \ + "baseboard=stk5-v3\0" \ "bootdelay=-1\0" \ "fdtaddr=" xstr(CONFIG_FDTADDR) "\0" \ "mtdids=" MTDIDS_DEFAULT "\0" \ diff --git a/include/configs/txa5.h b/include/configs/txa5.h index 668242fd9e..9fd5b84a2c 100644 --- a/include/configs/txa5.h +++ b/include/configs/txa5.h @@ -178,6 +178,7 @@ extern int lcd_output_bpp; #define CONFIG_EXTRA_ENV_SETTINGS \ "autostart=no\0" \ "autoload=no\0" \ + "baseboard=stk5-v3\0" \ "bootdelay=-1\0" \ "fdtaddr=" xstr(CONFIG_FDTADDR) "\0" \ "mtdids=" MTDIDS_DEFAULT "\0" \