aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-08-11 22:27:22 +0200
committerTom Rini <trini@konsulko.com>2022-08-20 16:17:50 -0400
commitc5be5f6f54893bce9b5f3e8e4b35e38c923fc069 (patch)
tree8a6a1e1f6a1a967f8e27ac8bd26b48a5a2e2ccc2 /configs
parent7c4ad9821758f98db127e9d6864671c906c02d3b (diff)
downloadu-boot-c5be5f6f54893bce9b5f3e8e4b35e38c923fc069.zip
u-boot-c5be5f6f54893bce9b5f3e8e4b35e38c923fc069.tar.gz
u-boot-c5be5f6f54893bce9b5f3e8e4b35e38c923fc069.tar.bz2
Nokia RX-51: Use U-Boot generic position independent code
Switch from custom board specific fixup/copy code to U-Boot generic position independent code provided by config option POSITION_INDEPENDENT. This also slightly decrease size of u-boot.bin binary (by 52 bytes). Note that option POSITION_INDEPENDENT increase size but not more than custom board fixup/copy code which is being deleted (as it is not needed anymore). Signed-off-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/nokia_rx51_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig
index 3b559ab..1306c1f 100644
--- a/configs/nokia_rx51_defconfig
+++ b/configs/nokia_rx51_defconfig
@@ -9,7 +9,6 @@ CONFIG_INITRD_TAG=y
CONFIG_REVISION_TAG=y
CONFIG_STATIC_MACH_TYPE=y
CONFIG_MACH_TYPE=1955
-CONFIG_SYS_TEXT_BASE=0x80008000
CONFIG_SYS_MALLOC_LEN=0xc0000
CONFIG_NR_DRAM_BANKS=2
CONFIG_TARGET_NOKIA_RX51=y