diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:24 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:24 +0000 |
commit | a0c7ba2eaeb268a975c76f89f0deef3f7c8a4991 (patch) | |
tree | b958d2c62fe5305129065397d49926f4a52141c4 /target/linux/brcm63xx/patches-3.18/810-BCM63XX-move-kernel-behind-CFE.patch | |
parent | 0e09023c5fffaee65433eab075b01bbcea566391 (diff) | |
download | upstream-a0c7ba2eaeb268a975c76f89f0deef3f7c8a4991.tar.gz upstream-a0c7ba2eaeb268a975c76f89f0deef3f7c8a4991.tar.bz2 upstream-a0c7ba2eaeb268a975c76f89f0deef3f7c8a4991.zip |
brcm63xx: move bcm963268bu_p300 to dts
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44987 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.18/810-BCM63XX-move-kernel-behind-CFE.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.18/810-BCM63XX-move-kernel-behind-CFE.patch | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/brcm63xx/patches-3.18/810-BCM63XX-move-kernel-behind-CFE.patch b/target/linux/brcm63xx/patches-3.18/810-BCM63XX-move-kernel-behind-CFE.patch index 15970f19e4..b161edbd72 100644 --- a/target/linux/brcm63xx/patches-3.18/810-BCM63XX-move-kernel-behind-CFE.patch +++ b/target/linux/brcm63xx/patches-3.18/810-BCM63XX-move-kernel-behind-CFE.patch @@ -19,8 +19,6 @@ and the entry point to be called, so move the kernel to behind CFE. arch/mips/bcm63xx/Platform | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/arch/mips/bcm63xx/Platform b/arch/mips/bcm63xx/Platform -index 5f86b2f..ee73f8f 100644 --- a/arch/mips/bcm63xx/Platform +++ b/arch/mips/bcm63xx/Platform @@ -4,4 +4,4 @@ @@ -29,6 +27,3 @@ index 5f86b2f..ee73f8f 100644 -I$(srctree)/arch/mips/include/asm/mach-bcm63xx/ -load-$(CONFIG_BCM63XX) := 0xffffffff80010000 +load-$(CONFIG_BCM63XX) := 0xffffffff80800000 --- -1.7.10.4 - |