mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-29 18:41:30 +00:00
ppc4xx: Fix building PLU405 board
Due to some overlapping sections it's time to update TEXT_BASE for this board. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
a2a0a71713
commit
9c3f2d6670
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,4 @@
|
|||
# esd PLU405 boards
|
||||
#
|
||||
|
||||
TEXT_BASE = 0xFFFA0000
|
||||
TEXT_BASE = 0xFFF80000
|
||||
|
|
Loading…
Add table
Reference in a new issue