Re: [U-Boot] [PATCH v3] odroid-c2: Enable distro boot

2017-01-15 Thread Alexander Graf
> Am 15.01.2017 um 20:22 schrieb Andreas Färber : > > Use the generic "distro" boot framework to enable automatic DHCP boot. > MMC and USB are not yet implemented, so this is the only boot option. > > The fdt and kernel addresses are adopted from downstream; ramdisk and > scriptaddr addresses w

[U-Boot] [PATCH v3] odroid-c2: Enable distro boot

2017-01-15 Thread Andreas Färber
Use the generic "distro" boot framework to enable automatic DHCP boot. MMC and USB are not yet implemented, so this is the only boot option. The fdt and kernel addresses are adopted from downstream; ramdisk and scriptaddr addresses were chosen arbitrarily. Signed-off-by: Andreas Färber --- Kcon