diff options
author | Alexey Brodkin <alexey.brodkin@synopsys.com> | 2018-10-18 09:54:58 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2018-11-01 23:04:05 +0300 |
commit | adc9b09a23f3cfef56130abc4c4c1a9085a0ec13 (patch) | |
tree | e0f697c49f0e718ef58da575c172b51a7420b905 /include/configs | |
parent | fdaccfeb5e03e18c05be386b8a7c6be02be2cf15 (diff) |
emdk->emsdp: Rename board
Real marketing name of the board was recently updated so
to accommodate that change renaming the board and all
related to it.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
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_ */ |