From e2317bc83b1d9c041749bceada214cc88ac07cae Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 5 Feb 2012 19:12:33 +0100 Subject: [PATCH] flash: remove splash screens --- software/include/hw/flash.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/software/include/hw/flash.h b/software/include/hw/flash.h index f09de41b..1e5ddea5 100644 --- a/software/include/hw/flash.h +++ b/software/include/hw/flash.h @@ -1,6 +1,6 @@ /* * Milkymist SoC (Software) - * Copyright (C) 2007, 2008, 2009, 2010 Sebastien Bourdeauducq + * Copyright (C) 2007, 2008, 2009, 2010, 2012 Sebastien Bourdeauducq * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,13 +22,12 @@ #define FLASH_OFFSET_RESCUE_BITSTREAM (0x000A0000) /* 1536k */ #define FLASH_OFFSET_RESCUE_BIOS (0x00220000) /* 128k */ -#define FLASH_OFFSET_MAC_ADDRESS (0x002200E0) /* within rescue BIOS */ -#define FLASH_OFFSET_RESCUE_SPLASH (0x00240000) /* 640k */ -#define FLASH_OFFSET_RESCUE_APP (0x002E0000) /* 4096k */ +#define FLASH_OFFSET_RESCUE_APP (0x00240000) /* 4736k */ #define FLASH_OFFSET_REGULAR_BITSTREAM (0x006E0000) /* 1536k */ #define FLASH_OFFSET_REGULAR_BIOS (0x00860000) /* 128k */ -#define FLASH_OFFSET_REGULAR_SPLASH (0x00880000) /* 640k */ -#define FLASH_OFFSET_REGULAR_APP (0x00920000) /* remaining space (23424k) */ +#define FLASH_OFFSET_REGULAR_APP (0x00880000) /* remaining space (24064k) */ + +#define FLASH_OFFSET_MAC_ADDRESS (0x002200E0) /* within rescue BIOS */ #endif /* __HW_FLASH_H */ -- 2.30.2