rpi3: move SPL_TEXT_BASE into rpi_3_defconfig
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 5 Aug 2019 10:09:38 +0000 (19:09 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Oct 2020 06:13:47 +0000 (15:13 +0900)
Move SPL_TEXT_BASE into rpi_3_defconfig.
And enable SPL_FS_FAT config to fix build error.

Change-Id: Ibecd91813d2a85c5c970a124882d217af81c7dfe
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/arm/mach-bcm283x/bcm283x-board-spl.c
configs/rpi_3_defconfig
include/samsung/tizen_rpi.h

index 742469e2d480248d2a6578fa309e37b718813b9d..4310d7f8b2756a526ede3773bf33f05453ba4e47 100644 (file)
@@ -10,7 +10,6 @@
 #include <common.h>
 #include <linux/compiler.h>
 #include <inttypes.h>
-#include <initcall.h>
 #include <config.h>
 #include <version.h>
 #include <console.h>
index 6a7a5d36a661873496624fb898687bb7d6157607..93baa66bcf687772c419196d27b2a87db3df695c 100644 (file)
@@ -16,8 +16,10 @@ CONFIG_SPL_LIBDISK_SUPPORT=y
 CONFIG_SPL_FAT_SUPPORT=y
 CONFIG_SPL_STACK_R_ADDR=0xB000000
 CONFIG_DEFAULT_DEVICE_TREE="bcm2837-rpi-3-b"
+CONFIG_SPL_TEXT_BASE=0x00008000
 CONFIG_DISTRO_DEFAULTS=y
 CONFIG_FIT=y
+CONFIG_SPL_FS_FAT=y
 CONFIG_SPL_FIT=y
 CONFIG_SPL_LOAD_FIT=y
 CONFIG_OF_BOARD_SETUP=y
index 87c2668c38e3d21e1a8b6fb5eab0adbdf1a52e24..aa85ddc85e838acd8a50c4f4a4f4b8907045938f 100644 (file)
@@ -11,7 +11,6 @@
 
 /* SPL */
 #ifdef CONFIG_SPL_BUILD
-#define CONFIG_SPL_TEXT_BASE           0x00008000
 #define CONFIG_SPL_ATF_TEXT_BASE       0x08400000
 #define CONFIG_SPL_MAX_SIZE            0x00030000
 #define CONFIG_SPL_BSS_START_ADDR      0x00380000