[PATCH v1 5/6] rockchip: configs: mk808: change CONFIG_TPL_TEXT_BASE
Simon Glass
sjg at chromium.org
Sat Mar 18 21:20:37 CET 2023
On Thu, 16 Mar 2023 at 10:48, Johan Jonker <jbx6244 at gmail.com> wrote:
>
> Currently the Rockchip rk3066a u-boot-tpl.bin file needs
> to add the characters "RK30", while the other SoCs replace
> the first 4 bytes. Bring this in line with the rest by
> lowering CONFIG_TPL_TEXT_BASE and update rockchip.rst
> instructions.
>
> Signed-off-by: Johan Jonker <jbx6244 at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
> configs/mk808_defconfig | 2 +-
> doc/board/rockchip/rockchip.rst | 7 +++----
> 2 files changed, 4 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
>
> diff --git a/configs/mk808_defconfig b/configs/mk808_defconfig
> index c080706d..548df9c5 100644
> --- a/configs/mk808_defconfig
> +++ b/configs/mk808_defconfig
> @@ -18,7 +18,7 @@ CONFIG_SPL_TEXT_BASE=0x60000000
> CONFIG_DM_RESET=y
> CONFIG_ROCKCHIP_RK3066=y
> # CONFIG_ROCKCHIP_STIMER is not set
> -CONFIG_TPL_TEXT_BASE=0x10080C04
> +CONFIG_TPL_TEXT_BASE=0x10080C00
lower-case hex is better!
More information about the U-Boot
mailing list