All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yu Chien Peter Lin via buildroot <buildroot@buildroot.org>
To: <buildroot@buildroot.org>
Cc: tim609@andestech.com, Yu Chien Peter Lin <peterlin@andestech.com>,
	ycliang@andestech.com,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [Buildroot] [PATCH v3 3/4] board/andes/ae350: uboot.config.fragment: Support loading U-Boot on RAM
Date: Tue, 10 Sep 2024 14:26:34 +0800	[thread overview]
Message-ID: <20240910062635.4193650-4-peterlin@andestech.com> (raw)
In-Reply-To: <20240910062635.4193650-1-peterlin@andestech.com>

Do not disable SPL RAM support so the u-boot.itb programmed on
flash memory can be used.

Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
---
 board/andes/ae350/uboot.config.fragment | 1 -
 1 file changed, 1 deletion(-)

diff --git a/board/andes/ae350/uboot.config.fragment b/board/andes/ae350/uboot.config.fragment
index fa38bbca3a..4497ed4c74 100644
--- a/board/andes/ae350/uboot.config.fragment
+++ b/board/andes/ae350/uboot.config.fragment
@@ -1,6 +1,5 @@
 CONFIG_SPL_FS_FAT=y
 CONFIG_SPL_MMC=y
-# CONFIG_SPL_RAM_SUPPORT is not set
 CONFIG_SPL_OPENSBI_LOAD_ADDR=0x0
 CONFIG_SPL_OPENSBI_SCRATCH_OPTIONS=0x0
 CONFIG_DISPLAY_CPUINFO=y
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2024-09-10  6:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-10  6:26 [Buildroot] [PATCH v3 0/4] Support Andes SPI_burn tool Yu Chien Peter Lin via buildroot
2024-09-10  6:26 ` [Buildroot] [PATCH v3 1/4] package/andes-spi-burn: new package Yu Chien Peter Lin via buildroot
2024-09-14 19:00   ` Thomas Petazzoni via buildroot
2024-09-20 10:16     ` Yu-Chien Peter Lin via buildroot
2024-09-10  6:26 ` [Buildroot] [PATCH v3 2/4] configs/andes_ae350_45: Enable host-andes-spi-burn Yu Chien Peter Lin via buildroot
2024-09-10  6:26 ` Yu Chien Peter Lin via buildroot [this message]
2024-09-10  6:26 ` [Buildroot] [PATCH v3 4/4] board/andes/ae350: readme.txt: Add SPI_burn tool instructions Yu Chien Peter Lin via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240910062635.4193650-4-peterlin@andestech.com \
    --to=buildroot@buildroot.org \
    --cc=peterlin@andestech.com \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=tim609@andestech.com \
    --cc=ycliang@andestech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.