
On 02/02/17 12:27, Maxime Ripard wrote:
On Wed, Feb 01, 2017 at 01:36:10AM +0000, Andre Przywara wrote:
The OrangePi PC 2 is a typical SBC with the 64-bit Allwinner H5 SoC. Add a (64-bit only) defconfig defining the required options to build the U-Boot proper.
Signed-off-by: Andre Przywara andre.przywara@arm.com
Acked-by: Maxime Ripard maxime.ripard@free-electrons.com
Thanks a lot!
I realised yesterday that rebasing against current master requires three additional not-defines to be added - for the SPL partitions stuff. So we need: # CONFIG_SPL_DOS_PARTITION is not set # CONFIG_SPL_ISO_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set
in the _defconfig to avoid pulling that code in and blowing up the SPL size.
I would like to wait how the fix for the SPL stack issue will look like and then decide whether I send a v4 or a fixup patch.
Cheers, Andre.