summaryrefslogtreecommitdiff
path: root/include/configs/vyasa-rk3288.h
diff options
context:
space:
mode:
authorJagan Teki <jagannadh.teki@gmail.com>2017-11-10 14:48:44 +0300
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-11-10 16:08:22 +0300
commit36b6e0cc3ca9deea0ea02c10e44bda8979c94637 (patch)
tree15a56a49bf42cfbeeeae23fae9d55ac6c857c70a /include/configs/vyasa-rk3288.h
parentd80599e8946f52c10b1069054ff30ade97c79091 (diff)
downloadu-boot-36b6e0cc3ca9deea0ea02c10e44bda8979c94637.tar.xz
rockchip: configs: vyasa: Update falcon offsets
Update the falcon offsets for args to 16MB and kernel to 17MB Since the below commit updated U-Boot proper location along with rockchip boot image offsets "spl: set SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to 0x4000 for rockchip" (sha1: 8f4d62b403db45dfa8b1cadb9da9096c79b7df47) Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'include/configs/vyasa-rk3288.h')
-rw-r--r--include/configs/vyasa-rk3288.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/vyasa-rk3288.h b/include/configs/vyasa-rk3288.h
index 8774e42430..c8c7fc7f3e 100644
--- a/include/configs/vyasa-rk3288.h
+++ b/include/configs/vyasa-rk3288.h
@@ -31,10 +31,10 @@
#define CONFIG_SYS_SPL_ARGS_ADDR 0x0ffe5000
#define CONFIG_CMD_SPL_WRITE_SIZE (128 * SZ_1K)
-/* Falcon Mode - MMC support: args@1MB kernel@2MB */
-#define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR 0x800 /* 1MB */
-#define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS (CONFIG_CMD_SPL_WRITE_SIZE / 512)
-#define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0x1000 /* 2MB */
+/* Falcon Mode - MMC support: args@16MB kernel@17MB */
+#define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR 0x8000 /* 16MB */
+#define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS (CONFIG_CMD_SPL_WRITE_SIZE / 512)
+#define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0x8800 /* 17MB */
#endif
#endif