mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
rockchip: rk3288: use aligned address for SPL_TEXT_BASE
After we use boot0 hook, we can use offset '000' instead of '004' as SPL_TEXT_BASE. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> [Updated tag in commit summary:] Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
parent
d962e5dadc
commit
a33fee154b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_TPL_BOOTROM_SUPPORT)
|
||||
# define CONFIG_SPL_TEXT_BASE 0x0
|
||||
#else
|
||||
# define CONFIG_SPL_TEXT_BASE 0xff704004
|
||||
# define CONFIG_SPL_TEXT_BASE 0xff704000
|
||||
#endif
|
||||
|
||||
/* MMC/SD IP block */
|
||||
|
|
Loading…
Reference in a new issue