commit | 88d1fa70c21d7b431386cfe70cdc514d98b0c9c4 | [log] [tgz] |
---|---|---|
author | Jon Mason <jon.mason@broadcom.com> | Wed Feb 08 15:37:12 2017 -0500 |
committer | Florian Fainelli <f.fainelli@gmail.com> | Sun Mar 05 17:09:56 2017 -0800 |
tree | 35c946ea21ec6c4859df8f38deb2c03a1fef612a | |
parent | e51b999e11b84a766d78347afe9287e2c5b91c97 [diff] |
ARM: dts: BCM5301X: Fix memory start address Memory starts at 0x80000000, not 0. 0 "works" due to mirrior of the first 128M of RAM to that address. Anything greater than 128M will quickly find nothing there. Correcting the starting address has everything working again. Signed-off-by: Jon Mason <jon.mason@broadcom.com> Fixes: 7eb05f6d ("ARM: dts: bcm5301x: Add BCM SVK DT files") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>