Skip to content

u-boot: spl-da: move fastboot buffer address

Julien Masson requested to merge jmasson/fastboot into main

Some of our devices have only 1 GB of DDR.

Thus the fastboot buffer address must be placed in this space range.

Let's move fastboot buffer address to:

Fastboot buffer address: 0x60000000
DDR base address:        0x40000000
                      => 0x20000000 (512 MB)

Merge request reports