diff options
Diffstat (limited to 'roms/u-boot-sam460ex/onenand_ipl/board/apollon/config.mk')
-rw-r--r-- | roms/u-boot-sam460ex/onenand_ipl/board/apollon/config.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot-sam460ex/onenand_ipl/board/apollon/config.mk b/roms/u-boot-sam460ex/onenand_ipl/board/apollon/config.mk new file mode 100644 index 000000000..fd9c506f7 --- /dev/null +++ b/roms/u-boot-sam460ex/onenand_ipl/board/apollon/config.mk @@ -0,0 +1,14 @@ +# +# (C) Copyright 2005-2008 Samsung Electronics +# Kyungmin Park <kyungmin.park@samsung.com> +# +# Samsung Apollon board with OMAP2420 (ARM1136) cpu +# +# Apollon has 1 bank of 128MB mDDR-SDRAM on CS0 +# Physical Address: +# 8000'0000 (bank0) +# 8800'0000 (bank1) +# Linux-Kernel is expected to be at 8000'8000, entry 8000'8000 +# (mem base + reserved) + +TEXT_BASE = 0x00000000 |