ar71xx/sysmocom: fix ap2 calibration data location

ap2 has only 8 MB SPI flash
test-seperate-ports
Alexander Couzens 8 years ago
parent aa67259629
commit 79322fd883

@ -98,7 +98,7 @@ static void __init sysmocom_sob_ap1_setup(void)
static void __init sysmocom_sob_ap2_setup(void)
{
u8 *art = (u8 *) KSEG1ADDR(0x1fff0000);
u8 *art = (u8 *) KSEG1ADDR(0x1f7f0000);
sysmocom_common_setup();
ath79_register_wmac(art + SYSMOCOM_CALDATA_OFFSET,

Loading…
Cancel
Save