diff options
author | Tom Rini <trini@konsulko.com> | 2018-11-02 09:39:18 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-02 09:39:18 -0400 |
commit | 99431c1c21685fe63d46b6eac995b78ce9adce0a (patch) | |
tree | e606e1459fead4c488a630800564a8424e3fa2d7 /include/configs | |
parent | de8566a1609aae0659f2067821dd2c6661bde61c (diff) | |
parent | a6b8c29fb8fce8f063a4709ce0df3f862b316b95 (diff) |
Merge tag 'arc-for-2018.11' of git://git.denx.de/u-boot-arc
Just 2 non-functinal changes:
1. Rename of EMDK to EMSDP so it matches real marketing name
2. Add essential README for IoTDK
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/emsdp.h (renamed from include/configs/emdk.h) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/configs/emdk.h b/include/configs/emsdp.h index dca13e2fff..385d59e338 100644 --- a/include/configs/emdk.h +++ b/include/configs/emsdp.h @@ -3,8 +3,8 @@ * Copyright (C) 2018 Synopsys, Inc. All rights reserved. */ -#ifndef _CONFIG_EMDK_H_ -#define _CONFIG_EMDK_H_ +#ifndef _CONFIG_EMSDP_H_ +#define _CONFIG_EMSDP_H_ #include <linux/sizes.h> @@ -30,11 +30,11 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "upgrade_image=u-boot.bin\0" \ - "upgrade=emdk rom unlock && " \ + "upgrade=emsdp rom unlock && " \ "fatload mmc 0 ${loadaddr} ${upgrade_image} && " \ "cp.b ${loadaddr} 0 ${filesize} && " \ "dcache flush && " \ - "emdk rom lock\0" + "emsdp rom lock\0" -#endif /* _CONFIG_EMDK_H_ */ +#endif /* _CONFIG_EMSDP_H_ */ |