aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-11-28 16:54:30 -0500
committerTom Rini <trini@konsulko.com>2017-11-28 16:54:30 -0500
commitfcc8250c2f7c982f3593a8eecf737f8e2c95f222 (patch)
tree13752b14c2e60b4dce2124fa34b79d2b3aa3c7c8 /include
parent74a4818415852560b43ee990ce47c68582bef4ca (diff)
parentcaead80a66271d2de809acf410f8648c31ed5805 (diff)
downloadu-boot-fcc8250c2f7c982f3593a8eecf737f8e2c95f222.zip
u-boot-fcc8250c2f7c982f3593a8eecf737f8e2c95f222.tar.gz
u-boot-fcc8250c2f7c982f3593a8eecf737f8e2c95f222.tar.bz2
Merge git://git.denx.de/u-boot-mips
Diffstat (limited to 'include')
-rw-r--r--include/configs/boston.h2
-rw-r--r--include/msc01.h2
-rw-r--r--include/pci_msc01.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/boston.h b/include/configs/boston.h
index ee4e4a3..fdd5ef5 100644
--- a/include/configs/boston.h
+++ b/include/configs/boston.h
@@ -34,7 +34,7 @@
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
-#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x100000)
+#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x08000000)
#define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE + 0)
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + 0x10000000)
diff --git a/include/msc01.h b/include/msc01.h
index 37cf963..7ee243b 100644
--- a/include/msc01.h
+++ b/include/msc01.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2013 Imagination Technologies
- * Author: Paul Burton <paul.burton@imgtec.com>
+ * Author: Paul Burton <paul.burton@mips.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
diff --git a/include/pci_msc01.h b/include/pci_msc01.h
index 54945a7..066c662 100644
--- a/include/pci_msc01.h
+++ b/include/pci_msc01.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2013 Imagination Technologies
- * Author: Paul Burton <paul.burton@imgtec.com>
+ * Author: Paul Burton <paul.burton@mips.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/