summaryrefslogtreecommitdiff
path: root/include/configs/pcm058.h
diff options
context:
space:
mode:
authorHannes Schmelzer <hannes.schmelzer@br-automation.com>2019-08-22 16:41:42 +0300
committerTom Rini <trini@konsulko.com>2019-08-26 03:58:58 +0300
commit015287919fb8243c6a539fdc70638c1bf4ca6cc7 (patch)
tree39a8a3f892ec02273b146095fc2393f23948e662 /include/configs/pcm058.h
parentc680df7e84d3736ada08e4f0caa5a8b770e781ee (diff)
downloadu-boot-015287919fb8243c6a539fdc70638c1bf4ca6cc7.tar.xz
moveconfig: prepare moving CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig step 1
Some boards have coded this offset with formula or bitshifts in their board-config. Manually convert these things into hex-values to be able using moveconfig.py afterwards. Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
Diffstat (limited to 'include/configs/pcm058.h')
-rw-r--r--include/configs/pcm058.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/pcm058.h b/include/configs/pcm058.h
index f0c82b88cf..02c9214cd8 100644
--- a/include/configs/pcm058.h
+++ b/include/configs/pcm058.h
@@ -8,7 +8,7 @@
#define __PCM058_CONFIG_H
#ifdef CONFIG_SPL
-#define CONFIG_SYS_SPI_U_BOOT_OFFS (64 * 1024)
+#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x10000
#include "imx6_spl.h"
#endif