diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-06-09 12:44:24 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2016-06-22 14:36:49 +0200 |
commit | e8265fb50a99a1c400fc194a3c272c86434cf565 (patch) | |
tree | 8e5769622874a41034fe7eef17d7e2504ffaa26f /include | |
parent | 7bf0f5d1e202cbca1facfbbf8bd118a819eb87a3 (diff) |
apalis-tk1: change (file) names from apalis_tk1 to apalis-tk1
Change file and other names resp. strings to apalis-tk1 rather than
apalis_tk1 due to upstream Linux kernel device tree maintainers no
longer allowing any underscores to be used in any such.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/apalis-tk1.h (renamed from include/configs/apalis_tk1.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/apalis_tk1.h b/include/configs/apalis-tk1.h index b51036e66db..6a58e823638 100644 --- a/include/configs/apalis_tk1.h +++ b/include/configs/apalis-tk1.h @@ -100,7 +100,7 @@ "run usbboot; echo; echo usbboot failed; " \ "run nfsboot; echo; echo nfsboot failed" -#define DFU_ALT_EMMC_INFO "apalis_tk1.img raw 0x0 0x500 mmcpart 1; " \ +#define DFU_ALT_EMMC_INFO "apalis-tk1.img raw 0x0 0x500 mmcpart 1; " \ "boot part 0 1 mmcpart 0; " \ "rootfs part 0 2 mmcpart 0; " \ "uImage fat 0 1 mmcpart 0; " \ |