提交 f7e16bb0 编写于 作者: M Masami Hiramatsu 提交者: Tom Rini

configs: synquacer: Make U-Boot binary position independent

Make the U-Boot binary for SynQuacer position independent so
that the previous bootloader (SCP firmware or BL2) can load
the U-Boot anywhere.
Signed-off-by: NMasami Hiramatsu <masami.hiramatsu@linaro.org>
上级 1ad3c836
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_POSITION_INDEPENDENT=y
CONFIG_ARCH_SYNQUACER=y CONFIG_ARCH_SYNQUACER=y
CONFIG_SYS_TEXT_BASE=0x08200000 CONFIG_SYS_TEXT_BASE=0x00000000
CONFIG_ENV_SIZE=0x30000 CONFIG_ENV_SIZE=0x30000
CONFIG_ENV_OFFSET=0x300000 CONFIG_ENV_OFFSET=0x300000
CONFIG_ENV_SECT_SIZE=0x10000 CONFIG_ENV_SECT_SIZE=0x10000
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册