aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-01-17 21:22:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-01-17 21:22:36 +0000
commitfb2649fbfe5ac81f04ddd76e4fe5b0fffeb8a609 (patch)
treee9d8e253fda9b61b077b614bae3beb2fd84105ee /target/linux
parent83a567357d3918a6fcae43c40dddca0ad8ed9bca (diff)
downloadmaster-187ad058-fb2649fbfe5ac81f04ddd76e4fe5b0fffeb8a609.tar.gz
master-187ad058-fb2649fbfe5ac81f04ddd76e4fe5b0fffeb8a609.tar.bz2
master-187ad058-fb2649fbfe5ac81f04ddd76e4fe5b0fffeb8a609.zip
ramips: add missing copyright info for relocate stub
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44017 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ramips/image/relocate/Makefile4
-rw-r--r--target/linux/ramips/image/relocate/head.S6
2 files changed, 8 insertions, 2 deletions
diff --git a/target/linux/ramips/image/relocate/Makefile b/target/linux/ramips/image/relocate/Makefile
index a71bb00802..500423b63b 100644
--- a/target/linux/ramips/image/relocate/Makefile
+++ b/target/linux/ramips/image/relocate/Makefile
@@ -1,8 +1,8 @@
#
-# Makefile for the LZMA compressed kernel loader for
-# Atheros AR7XXX/AR9XXX based boards
+# Makefile for the kernel relocation stub for MIPS devices
#
# Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org>
+# Copyright (C) 2015 Felix Fietkau <nbd@openwrt.org>
#
# Some parts of this file was based on the OpenWrt specific lzma-loader
# for the BCM47xx and ADM5120 based boards:
diff --git a/target/linux/ramips/image/relocate/head.S b/target/linux/ramips/image/relocate/head.S
index 3680cb7d8d..3e5b374ba0 100644
--- a/target/linux/ramips/image/relocate/head.S
+++ b/target/linux/ramips/image/relocate/head.S
@@ -1,4 +1,10 @@
/*
+ * Kernel relocation stub for MIPS devices
+ *
+ * Copyright (C) 2015 Felix Fietkau <nbd@openwrt.org>
+ *
+ * Based on:
+ *
* LZMA compressed kernel loader for Atheros AR7XXX/AR9XXX based boards
*
* Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org>