From e6ca62360ef526b587f706e49d25bba08d33ee35 Mon Sep 17 00:00:00 2001 From: "Robert Schwebel (Laptop)" Date: Tue, 25 Sep 2007 22:01:01 +0200 Subject: Subject: clean up TEXT_BASE This patch makes TEXT_BASE a consistent per-arch config switch. Additionally, it converts all TEXT_BASE occurences from string to hex. Signed-off-by: Robert Schwebel --- arch/ppc/Kconfig | 6 +++--- arch/ppc/configs/phycore_mpc5200b_tiny_defconfig | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'arch/ppc') diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index c6f0a50656..fc2048bfda 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig @@ -2,9 +2,9 @@ config BOARDINFO default "Phytec Phycore mpc5200b tiny" if MACH_PHYCORE_MPC5200B_TINY -config TEXT_BASE - default 0 if RELOCATABLE - default 0x1000000 if MACH_PHYCORE_MPC5200B_TINY +config ARCH_TEXT_BASE + default 0x00000000 if RELOCATABLE + default 0x01000000 if MACH_PHYCORE_MPC5200B_TINY config MPC5XXX_EARLY_CONSOLE bool diff --git a/arch/ppc/configs/phycore_mpc5200b_tiny_defconfig b/arch/ppc/configs/phycore_mpc5200b_tiny_defconfig index 65f2073aaf..cd04e16f30 100644 --- a/arch/ppc/configs/phycore_mpc5200b_tiny_defconfig +++ b/arch/ppc/configs/phycore_mpc5200b_tiny_defconfig @@ -3,7 +3,7 @@ # U-Boot version: 2.0.0-trunk # Sun Jul 1 14:40:26 2007 # -CONFIG_TEXT_BASE="0x1000000" +CONFIG_TEXT_BASE=0x1000000 CONFIG_ARCH_MPC5200=y CONFIG_MPC5200=y CONFIG_CACHELINE_SIZE=32 -- cgit v1.2.3