diff options
author | Inderpal Singh <inderpal.singh@linaro.org> | 2013-04-04 23:09:21 +0000 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-06-04 15:23:21 +0900 |
commit | 8a00061e203f0e0e7e7afdd9c56d56c063055ee5 (patch) | |
tree | 4de84fa2c023ab5f14b171e8bd59a4b0f0c06cbf /include/configs/origen.h | |
parent | b5f9756f7f2449cf1b6c3e64dbc40f159f7dcbe2 (diff) | |
download | u-boot-imx-8a00061e203f0e0e7e7afdd9c56d56c063055ee5.zip u-boot-imx-8a00061e203f0e0e7e7afdd9c56d56c063055ee5.tar.gz u-boot-imx-8a00061e203f0e0e7e7afdd9c56d56c063055ee5.tar.bz2 |
exynos: Update origen and smdkv310 to use common tzpc_init
Signed-off-by: Inderpal Singh <inderpal.singh@linaro.org>
Acked-by: Chander Kashyap <chander.kashyap@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/origen.h')
-rw-r--r-- | include/configs/origen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/origen.h b/include/configs/origen.h index ff2b24d..e179911 100644 --- a/include/configs/origen.h +++ b/include/configs/origen.h @@ -96,6 +96,8 @@ #define CONFIG_SPL #define COPY_BL2_FNPTR_ADDR 0x02020030 +#define CONFIG_SPL_TEXT_BASE 0x02021410 + #define CONFIG_BOOTCOMMAND "fatload mmc 0 40007000 uImage; bootm 40007000" /* Miscellaneous configurable options */ |