On Thu, Oct 28, 2021 at 11:16:31AM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Thu, 28 Oct 2021 at 10:43, Tom Rini wrote:
> >
> > On Sat, Oct 23, 2021 at 05:26:35PM -0600, Simon Glass wrote:
> >
> > > Switch this over, for testing purposes.
> > >
> > > Signed-off-by: Simon Glass
> > [snip]
> > >
Hi Tom,
On Thu, 28 Oct 2021 at 10:43, Tom Rini wrote:
>
> On Sat, Oct 23, 2021 at 05:26:35PM -0600, Simon Glass wrote:
>
> > Switch this over, for testing purposes.
> >
> > Signed-off-by: Simon Glass
> [snip]
> > #define CONFIG_EXTRA_ENV_SETTINGS \
> > "dhcpuboot=usb start; dhcp u-boot.ui
On Sat, Oct 23, 2021 at 05:26:35PM -0600, Simon Glass wrote:
> Switch this over, for testing purposes.
>
> Signed-off-by: Simon Glass
[snip]
> #define CONFIG_EXTRA_ENV_SETTINGS \
> "dhcpuboot=usb start; dhcp u-boot.uimg; bootm\0" \
> + "boot_targets=mmc0 mmc1 usb0 pxe dhcp\0" \
So, b
On Sat, Oct 23, 2021 at 05:26:35PM -0600, Simon Glass wrote:
> Switch this over, for testing purposes.
>
> Signed-off-by: Simon Glass
[snip]
> + "ramdisk_addr_r=0x0270\0" \
> + "ethaddr=b8:27:eb:a6:61:e1\0"
I know this is just testing, but, you cannot hard-code the ethaddr to
the en
Switch this over, for testing purposes.
Signed-off-by: Simon Glass
---
(no changes since v1)
boot/Kconfig | 3 ++-
include/configs/rpi.h | 41 -
2 files changed, 6 insertions(+), 38 deletions(-)
diff --git a/boot/Kconfig b/boot/Kconfig
index 2
5 matches
Mail list logo