summaryrefslogtreecommitdiff
path: root/include/configs/nokia_rx51.h
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2020-04-01 01:35:10 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2020-05-11 07:46:49 +0300
commit778907d2132be43ec286f07fade5cdb6b3cbfffb (patch)
tree03edd3f52a106a2790158b9911fee3499aaa57f2 /include/configs/nokia_rx51.h
parent7d0e773bb1af4a7da378eafa02cbc40608fb049c (diff)
downloadu-boot-778907d2132be43ec286f07fade5cdb6b3cbfffb.tar.xz
Nokia RX-51: Move comment about CONFIG_SYS_TEXT_BASE to correct place
In commit commit 278b90ce786f ("configs: Migrate CONFIG_SYS_TEXT_BASE") was moved definition for CONFIG_SYS_TEXT_BASE option but author probably forgot to move also comment for lines which are moving. So do it now! Signed-off-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'include/configs/nokia_rx51.h')
-rw-r--r--include/configs/nokia_rx51.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h
index 16e77c6fed..2f2496ab16 100644
--- a/include/configs/nokia_rx51.h
+++ b/include/configs/nokia_rx51.h
@@ -25,12 +25,6 @@
#define CONFIG_MACH_TYPE MACH_TYPE_NOKIA_RX51
-/*
- * Nokia X-Loader loading secondary image to address 0x80400000
- * NOLO loading boot image to random place, so it doesn't really
- * matter what we set this to. We have to copy u-boot to this address
- */
-
#include <asm/arch/cpu.h> /* get chip and board defs */
#include <asm/arch/omap.h>
#include <asm/arch/mem.h>