Reviewed-by: Chia-Wei Wang <chiawei_w...@aspeedtech.com> > From: joel.s...@gmail.com <joel.s...@gmail.com> On Behalf Of Joel Stanley > Sent: Monday, June 27, 2022 3:58 PM > > Allows loading one u-boot from another. Useful for testing on hardware. > > Signed-off-by: Joel Stanley <j...@jms.id.au> > --- > configs/evb-ast2600_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/evb-ast2600_defconfig b/configs/evb-ast2600_defconfig > index 53ba36a28374..f3a6cb222020 100644 > --- a/configs/evb-ast2600_defconfig > +++ b/configs/evb-ast2600_defconfig > @@ -1,5 +1,6 @@ > CONFIG_ARM=y > CONFIG_SYS_DCACHE_OFF=y > +CONFIG_POSITION_INDEPENDENT=y > CONFIG_SPL_SYS_THUMB_BUILD=y > CONFIG_ARCH_ASPEED=y > CONFIG_SYS_TEXT_BASE=0x80000000 > -- > 2.35.1
- [PATCH RESEND 0/5] aspeed: Add AST2600 machine to CI Joel Stanley
- [PATCH RESEND 2/5] config/ast2600: Make position in... Joel Stanley
- RE: [PATCH RESEND 2/5] config/ast2600: Make pos... ChiaWei Wang
- Re: [PATCH RESEND 2/5] config/ast2600: Make pos... Cédric Le Goater
- [PATCH RESEND 4/5] ast2600: Configure u-boot-with-s... Joel Stanley
- RE: [PATCH RESEND 4/5] ast2600: Configure u-boo... ChiaWei Wang
- Re: [PATCH RESEND 4/5] ast2600: Configure u-boo... Cédric Le Goater
- Re: [PATCH RESEND 4/5] ast2600: Configure u-boo... Tom Rini
- Re: [PATCH RESEND 4/5] ast2600: Configure u... Joel Stanley
- [PATCH RESEND 5/5] CI: Add Aspeed AST2600 Joel Stanley
- RE: [PATCH RESEND 5/5] CI: Add Aspeed AST2600 ChiaWei Wang
- Re: [PATCH RESEND 5/5] CI: Add Aspeed AST2600 Cédric Le Goater
- [PATCH RESEND 3/5] config/ast2600: Disable hash har... Joel Stanley