aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu
diff options
context:
space:
mode:
authorRajesh Bhagat <rajesh.bhagat@nxp.com>2021-02-11 13:28:49 +0100
committerPriyanka Jain <priyanka.jain@nxp.com>2021-03-05 10:25:41 +0530
commit504debcd8c1f4d86682ed8f3c7472284a2b6e822 (patch)
tree5e58d9bd92a8435a5e96dbc400f6ca478b0c76a2 /arch/arm/cpu
parentb5ee48c099e4036fc0336cf66a0d324b8225d53e (diff)
downloadu-boot-504debcd8c1f4d86682ed8f3c7472284a2b6e822.zip
u-boot-504debcd8c1f4d86682ed8f3c7472284a2b6e822.tar.gz
u-boot-504debcd8c1f4d86682ed8f3c7472284a2b6e822.tar.bz2
configs: fsl: move bootrom specific defines to Kconfig
Moves below bootrom specific defines to Kconfig: CONFIG_SYS_FSL_BOOTROM_BASE CONFIG_SYS_FSL_BOOTROM_SIZE Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r--arch/arm/cpu/armv8/fsl-layerscape/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
index 4d46587..ae0b7b2 100644
--- a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
+++ b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
@@ -640,3 +640,13 @@ config HAS_FSL_XHCI_USB
help
For some SoC(such as LS1043A and LS1046A), USB and QE-HDLC multiplex use
pins, select it when the pins are assigned to USB.
+
+config SYS_FSL_BOOTROM_BASE
+ hex
+ depends on FSL_LSCH2
+ default 0
+
+config SYS_FSL_BOOTROM_SIZE
+ hex
+ depends on FSL_LSCH2
+ default 0x1000000