summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-07-20 11:20:38 +0200
committerLuka Perkov <luka.perkov@sartura.hr>2015-07-24 09:46:21 +0200
commit7ddf8cfb0ddc16c49adeee574ae5945c21790e1a (patch)
tree3066807b3a8d54bfed388d6391fe31a636159f14 /tools/Makefile
parent1bbe63c3f2b88cbe07c62c801d648d1d82b09d2e (diff)
downloadtalos-obmc-uboot-7ddf8cfb0ddc16c49adeee574ae5945c21790e1a.tar.gz
talos-obmc-uboot-7ddf8cfb0ddc16c49adeee574ae5945c21790e1a.zip
kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFS
To use this offset for other boot device (like SDIO/MMC), lets rename it to a more generic name. This will be used be the SDIO/MMC SPL boot support for the A38x. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Luka Perkov <luka.perkov@sartura.hr> Cc: Dirk Eibach <eibach@gdsys.de>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 98414f736a..db55bcfab1 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -117,8 +117,8 @@ ifdef CONFIG_FIT_SIGNATURE
HOST_EXTRACFLAGS += -DCONFIG_FIT_SIGNATURE
endif
-ifdef CONFIG_SYS_SPI_U_BOOT_OFFS
-HOSTCFLAGS_kwbimage.o += -DCONFIG_SYS_SPI_U_BOOT_OFFS=$(CONFIG_SYS_SPI_U_BOOT_OFFS)
+ifdef CONFIG_SYS_U_BOOT_OFFS
+HOSTCFLAGS_kwbimage.o += -DCONFIG_SYS_U_BOOT_OFFS=$(CONFIG_SYS_U_BOOT_OFFS)
endif
# MXSImage needs LibSSL
OpenPOWER on IntegriCloud