[U-Boot] [PATCH v4 20/21] board: Add Qualcomm Dragonboard 410C support
Andreas Färber
afaerber at suse.de
Tue Apr 5 02:15:02 CEST 2016
Am 05.04.2016 um 01:54 schrieb Daniel Glöckner:
> On Tue, Apr 05, 2016 at 01:13:38AM +0200, Andreas Färber wrote:
>> Am 31.03.2016 um 23:12 schrieb Mateusz Kulikowski:
>>> +/* Environment */
>>> +#define CONFIG_EXTRA_ENV_SETTINGS \
>>> + "reflash="CONFIG_ENV_REFLASH"\0"\
>>> + "loadaddr=0x81000000\0" \
>>> + "fdt_high=0xffffffffffffffff\0" \
>>> + "initrd_high=0xffffffffffffffff\0" \
>>> + "linux_image=Image\0" \
Is linux_image used anywhere? dhcp uses boot_script_dhcp.
>>> + "linux_addr=0x81000000\0"\
>>
>> kernel_addr_r
>>
>>> + "fdt_image=apq8016-sbc.dtb\0" \
fdtfile
>>> + "fdt_addr=0x83000000\0"\
>>
>> fdt_addr_r
>>
>>> + "ramdisk_addr=0x84000000\0"\
>>
>> ramdisk_addr_r
>>
>> These variables that the distro boot depends upon are missing/misnamed.
>
> This reminds me that I had to add scriptaddr to make it run my boot.scr.
I'm testing a local patch but am on travel this week, so maybe Mateusz
or someone else is quicker.
Regards,
Andreas
--
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
More information about the U-Boot
mailing list