X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=board%2Fvoiceblue%2Fconfig.mk;h=2cfc56ada5f3e1c25c22b676b7ecc77fc3a4fe45;hb=bdf5e20a263d1a8485835c991b4f0a2ecd9fd60f;hp=d55daa41d9f35780265bfa2a98bce523bb049bce;hpb=335591c27a1224466272d46549159f2ca4eac0c2;p=karo-tx-uboot.git diff --git a/board/voiceblue/config.mk b/board/voiceblue/config.mk index d55daa41d9..2cfc56ada5 100755 --- a/board/voiceblue/config.mk +++ b/board/voiceblue/config.mk @@ -1,16 +1 @@ -# -# Linux-Kernel is expected to be at 1000'8000, -# entry 1000'8000 (mem base + reserved) -# - -sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp - -ifeq ($(VOICEBLUE_SMALL_FLASH),y) -# We load ourself to internal SRAM at 2001'2000 -# Check map file when changing TEXT_BASE. -# Everything has fit into 192kB internal SRAM! -TEXT_BASE = 0x20012000 -else -# Running in SDRAM... TEXT_BASE = 0x13FD0000 -endif