From 047997571bf2c5bd43058c8e9da8052e09d9111f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Tue, 22 Sep 2015 13:57:24 +0200 Subject: [PATCH 1/1] karo: configs: set 'baseboard' variable in 'noenv' U-Boot --- include/configs/tx28.h | 1 + include/configs/tx51.h | 1 + include/configs/tx53.h | 1 + include/configs/tx6.h | 1 + include/configs/txa5.h | 1 + 5 files changed, 5 insertions(+) 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" \ -- 2.39.2