Make CONFIG_SYS_LOAD_ADDR family-specific to prepare for R-Car Gen5 support. R-Car Gen5 uses different memory map compared to the current R-Car Gen3 and Gen4 and also different CONFIG_SYS_LOAD_ADDR. This is a preparatory change for R-Car Gen5. No functional change. Signed-off-by: Hai Pham <hai.pham.ud@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> # Upport
6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
#include <configs/renesas_rcar64.config>
|
|
|
|
CONFIG_BITBANGMII=y
|
|
CONFIG_SYS_LOAD_ADDR=0x58000000
|
|
CONFIG_SYS_PBSIZE=2068
|