diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-28 17:44:20 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-28 17:44:20 +0000 |
commit | 8fe271d96f670b86e0d77659edbb769cb3bee49d (patch) | |
tree | c55fc9e7d219aea4cc04c9be3b2e663b5481ed65 /target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch | |
parent | 2883efeff7bb4b7aad1ff37ba7be22ae7b099f7b (diff) |
[lantiq] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35355 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch b/target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch index aed0009136..5a005729fe 100644 --- a/target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch +++ b/target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch @@ -7,13 +7,11 @@ Subject: [PATCH 120/123] owrt: generic dtb image hack arch/mips/kernel/head.S | 3 +++ 1 file changed, 3 insertions(+) -diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S -index ea695d9..be87456 100644 --- a/arch/mips/kernel/head.S +++ b/arch/mips/kernel/head.S -@@ -141,6 +141,9 @@ FEXPORT(__kernel_entry) - j kernel_entry - #endif +@@ -147,6 +147,9 @@ EXPORT(__image_cmdline) + .fill 0x400 + #endif /* CONFIG_IMAGE_CMDLINE_HACK */ + .ascii "OWRTDTB:" + EXPORT(__image_dtb) @@ -21,6 +19,3 @@ index ea695d9..be87456 100644 __REF NESTED(kernel_entry, 16, sp) # kernel entry point --- -1.7.10.4 - |