diff options
author | Egli, Samuel <samuel.egli@siemens.com> | 2014-04-24 15:57:56 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-13 23:43:00 (GMT) |
commit | 66c45faefb30131ac0963aa6dcc6b80d9bf1983a (patch) | |
tree | 41b422b7b27b28824780a220e6d9ea41fabf1f5b /include/configs | |
parent | 84112b51719fa1a97e41410e1d8853ef3d6202ef (diff) | |
download | u-boot-66c45faefb30131ac0963aa6dcc6b80d9bf1983a.tar.xz |
siemens: cosmetic: rename project_dir
Signed-off-by: Samuel Egli <samuel.egli@siemens.com>
Cc: Roger Meier <r.meier@siemens.com>
Cc: Heiko Schocher <hs@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/siemens-am33x-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index 261b348..73a123d 100644 --- a/include/configs/siemens-am33x-common.h +++ b/include/configs/siemens-am33x-common.h @@ -358,7 +358,7 @@ #define CONFIG_COMMON_ENV_SETTINGS \ "verify=no \0" \ - "project_dir=systemone\0" \ + "project_dir=targetdir\0" \ "upgrade_available=0\0" \ "altbootcmd=run bootcmd\0" \ "bootlimit=3\0" \ |