rockchip: make u-boot-tpl.its common
All rockchip can re-use this its file. Change-Id: I75b5a5b2865d861bc6b746ad42491b5596d269cc Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
48e66864c3
commit
8fcd17873c
|
|
@ -10,4 +10,4 @@
|
|||
#undef CONFIG_SPL_MAX_SIZE
|
||||
#define CONFIG_SPL_MAX_SIZE CONFIG_TPL_MAX_SIZE
|
||||
|
||||
#include "../../cpu/u-boot-spl.lds"
|
||||
#include "../cpu/u-boot-spl.lds"
|
||||
|
|
@ -4,7 +4,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y
|
|||
CONFIG_SPL_LIBGENERIC_SUPPORT=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x800
|
||||
CONFIG_ROCKCHIP_RK322X=y
|
||||
CONFIG_TPL_LDSCRIPT="arch/arm/mach-rockchip/rk322x/u-boot-tpl.lds"
|
||||
CONFIG_TPL_LDSCRIPT="arch/arm/mach-rockchip/u-boot-tpl.lds"
|
||||
CONFIG_TPL_TEXT_BASE=0x10081000
|
||||
CONFIG_TPL_MAX_SIZE=28672
|
||||
CONFIG_TPL_STACK=0x10088000
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y
|
|||
CONFIG_SPL_LIBGENERIC_SUPPORT=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x800
|
||||
CONFIG_ROCKCHIP_RK322X=y
|
||||
CONFIG_TPL_LDSCRIPT="arch/arm/mach-rockchip/rk322x/u-boot-tpl.lds"
|
||||
CONFIG_TPL_LDSCRIPT="arch/arm/mach-rockchip/u-boot-tpl.lds"
|
||||
CONFIG_TPL_TEXT_BASE=0x10081004
|
||||
CONFIG_TPL_MAX_SIZE=28672
|
||||
CONFIG_TPL_STACK=0x10088000
|
||||
|
|
|
|||
Loading…
Reference in New Issue