[U-Boot] [PATCH v3 20/20] arm: socfpga: Enable SPL booting U-boot
Chee, Tien Fong
tien.fong.chee at intel.com
Tue Oct 24 05:37:02 UTC 2017
On Jum, 2017-10-20 at 10:21 -0500, Dinh Nguyen wrote:
>
> On 10/13/2017 03:08 AM, tien.fong.chee at intel.com wrote:
> >
> > From: Tien Fong Chee <tien.fong.chee at intel.com>
> >
> > Enable SPL successfully boot to U-boot.
> s/U-boot/U-Boot
>
> >
> >
> > Signed-off-by: Tien Fong Chee <tien.fong.chee at intel.com>
> > ---
> > configs/socfpga_arria10_defconfig | 57
> > +++++++++++++++++++++++++++++++++------
> > 1 file changed, 49 insertions(+), 8 deletions(-)
> >
> > diff --git a/configs/socfpga_arria10_defconfig
> > b/configs/socfpga_arria10_defconfig
> > index 4c73d73..c59d054 100644
> > --- a/configs/socfpga_arria10_defconfig
> > +++ b/configs/socfpga_arria10_defconfig
> > @@ -1,34 +1,75 @@
> > CONFIG_ARM=y
> > CONFIG_ARCH_SOCFPGA=y
> > -CONFIG_SYS_MALLOC_F_LEN=0x2000
> Why are you removing this?
>
> >
> > CONFIG_TARGET_SOCFPGA_ARRIA10_SOCDK=y
> > CONFIG_IDENT_STRING="socfpga_arria10"
> > CONFIG_DEFAULT_DEVICE_TREE="socfpga_arria10_socdk_sdmmc"
> > -CONFIG_USE_BOOTARGS=y
> > -CONFIG_BOOTARGS="console=ttyS0,115200"
> Why remove this?
>
We using distro boot. Those configs would be defined at extlinux.conf.
> Dinh
More information about the U-Boot
mailing list