diff options
| author | Duje Mihanović <duje.mihanovic@skole.hr> | 2025-01-24 16:47:49 +0100 |
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2025-01-28 09:08:44 +0100 |
| commit | 08b27fce29eb9f07768bdab02bb9dd58e3e0ee36 (patch) | |
| tree | e70d75a3f8c4ddf8fa0fd5ec4e610ece11f24804 /arch/arm/mach-mmp/Kconfig | |
| parent | 2d84e1519c5bed8ac21057531799f3f29c897f17 (diff) | |
arm: mmp: add initial support for PXA1908 SoC
Add initial support for Marvell PXA1908. The SoC has 4 Cortex-A53 cores,
a GC7000UL GPU and a variety of peripheral controllers.
Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/mach-mmp/Kconfig')
| -rw-r--r-- | arch/arm/mach-mmp/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig new file mode 100644 index 00000000000..b9438c6facb --- /dev/null +++ b/arch/arm/mach-mmp/Kconfig @@ -0,0 +1,6 @@ +if ARCH_MMP + +config LNX_KRNL_IMG_TEXT_OFFSET_BASE + default TEXT_BASE + +endif |
