summaryrefslogtreecommitdiff
path: root/include/configs/rk3288_common.h
diff options
context:
space:
mode:
authorjk.kernel@gmail.com <jk.kernel@gmail.com>2016-07-26 18:28:26 +0800
committerSimon Glass <sjg@chromium.org>2016-07-31 07:24:20 -0600
commitf75711aae72e6331fc5bb6c6b094869182fb200c (patch)
tree872d26c12fb1262e8dfc437ffdfb5ec900b5c81e /include/configs/rk3288_common.h
parent77337c1c7a0d5e2bc15db4c6d237550c8af26942 (diff)
rockchip: rk3288: revise CONFIG_FASTBOOT_BUF_ADDR
CONFIG_SYS_LOAD_ADDR is absolutely safe to store image for fastboot. Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/rk3288_common.h')
-rw-r--r--include/configs/rk3288_common.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index 0b7d7234ee..814116c93e 100644
--- a/include/configs/rk3288_common.h
+++ b/include/configs/rk3288_common.h
@@ -93,9 +93,7 @@
#define CONFIG_USB_FUNCTION_FASTBOOT
#define CONFIG_FASTBOOT_FLASH
#define CONFIG_FASTBOOT_FLASH_MMC_DEV 1 /* eMMC */
-/* stroe safely fastboot buffer data to the middle of bank */
-#define CONFIG_FASTBOOT_BUF_ADDR (CONFIG_SYS_SDRAM_BASE \
- + SDRAM_BANK_SIZE / 2)
+#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
#define CONFIG_FASTBOOT_BUF_SIZE 0x08000000
#define CONFIG_USB_GADGET_DOWNLOAD