summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-07-05 15:36:22 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:58:59 -0700
commit0cf37caa9a04df5f24a990ad72b41bf55e55b2f1 (patch)
tree42ea297e99106cd416a5c92c164769a7f845d363 /include
parent338a97e52b0913d4ffbb9b31c55112e58ede4e28 (diff)
CHROMIUM: config: Remove flashmap from config file
This is kept in the fdt now. BUG=chromium-os:17065 TEST=build and boot U-Boot Change-Id: I92c78f720a19e7296880be77af11acbf9fba2554 Reviewed-on: http://gerrit.chromium.org/gerrit/4159 Tested-by: Simon Glass <sjg@chromium.org> Reviewed-by: Anton Staaf <robotboy@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/chromeos_seaboard_common.h96
1 files changed, 0 insertions, 96 deletions
diff --git a/include/configs/chromeos_seaboard_common.h b/include/configs/chromeos_seaboard_common.h
index cf865cab109..e06afbc45c7 100644
--- a/include/configs/chromeos_seaboard_common.h
+++ b/include/configs/chromeos_seaboard_common.h
@@ -36,100 +36,4 @@
/* load bootcmd from fdt */
#undef CONFIG_BOOTCOMMAND
-/*
- * Use a smaller firmware image layout for Seaboard because it has
- * only 16MBit (=2MB) of SPI Flash.
- */
-
-#define CONFIG_FIRMWARE_SIZE 0x00200000 /* 2 MB */
-
-/* -- Region: Read-only ----------------------------------------------------- */
-
-/* ---- Section: Read-only firmware ----------------------------------------- */
-
-#define CONFIG_OFFSET_RO_SECTION 0x00000000
-#define CONFIG_LENGTH_RO_SECTION 0x00100000
-
-#define CONFIG_OFFSET_BOOT_STUB 0x00000000
-#define CONFIG_LENGTH_BOOT_STUB 0x0008df00
-
-#define CONFIG_OFFSET_RECOVERY 0x0008df00
-#define CONFIG_LENGTH_RECOVERY 0x00000000
-
-#define CONFIG_OFFSET_RO_DATA 0x0008df00
-#define CONFIG_LENGTH_RO_DATA 0x00002000
-
-#define CONFIG_OFFSET_RO_FRID 0x0008ff00
-#define CONFIG_LENGTH_RO_FRID 0x00000100
-
-#define CONFIG_OFFSET_GBB 0x00090000
-#define CONFIG_LENGTH_GBB 0x00020000
-
-#define CONFIG_OFFSET_FMAP 0x000d0000
-#define CONFIG_LENGTH_FMAP 0x00000400
-
-/* ---- Section: Vital-product data (VPD) ----------------------------------- */
-
-#define CONFIG_OFFSET_RO_VPD 0x000c0000
-#define CONFIG_LENGTH_RO_VPD 0x00010000
-
-/* -- Region: Writable ------------------------------------------------------ */
-
-/* ---- Section: Rewritable slot A ------------------------------------------ */
-
-#define CONFIG_OFFSET_RW_SECTION_A 0x00100000
-#define CONFIG_LENGTH_RW_SECTION_A 0x00080000
-
-#define CONFIG_OFFSET_FW_MAIN_A 0x00100000
-#define CONFIG_LENGTH_FW_MAIN_A 0x0007df00
-
-#define CONFIG_OFFSET_VBLOCK_A 0x0017df00
-#define CONFIG_LENGTH_VBLOCK_A 0x00002000
-
-#define CONFIG_OFFSET_RW_FWID_A 0x0017ff00
-#define CONFIG_LENGTH_RW_FWID_A 0x00000100
-
-#define CONFIG_OFFSET_DATA_A 0x00100000
-#define CONFIG_LENGTH_DATA_A 0x00000000
-
-/* ---- Section: Rewritable slot B ------------------------------------------ */
-
-#define CONFIG_OFFSET_RW_SECTION_B 0x00180000
-#define CONFIG_LENGTH_RW_SECTION_B 0x00080000
-
-#define CONFIG_OFFSET_FW_MAIN_B 0x00180000
-#define CONFIG_LENGTH_FW_MAIN_B 0x0007df00
-
-#define CONFIG_OFFSET_VBLOCK_B 0x001fdf00
-#define CONFIG_LENGTH_VBLOCK_B 0x00002000
-
-#define CONFIG_OFFSET_RW_FWID_B 0x001fff00
-#define CONFIG_LENGTH_RW_FWID_B 0x00000100
-
-#define CONFIG_OFFSET_DATA_B 0x00180000
-#define CONFIG_LENGTH_DATA_B 0x00000000
-
-/* ---- Section: Rewritable VPD --------------------------------------------- */
-
-#define CONFIG_OFFSET_RW_VPD 0x00200000
-#define CONFIG_LENGTH_RW_VPD 0x00000000
-
-/* ---- Section: Rewritable shared ------------------------------------------ */
-
-#define CONFIG_OFFSET_RW_SHARED 0x00200000
-#define CONFIG_LENGTH_RW_SHARED 0x00000000
-
-#define CONFIG_OFFSET_DEV_CFG 0x00200000
-#define CONFIG_LENGTH_DEV_CFG 0x00000000
-
-#define CONFIG_OFFSET_SHARED_DATA 0x00200000
-#define CONFIG_LENGTH_SHARED_DATA 0x00000000
-
-#define CONFIG_OFFSET_VBNVCONTEXT 0x00200000
-#define CONFIG_LENGTH_VBNVCONTEXT 0x00000000
-
-/* where are the meanings of these documented? Add a comment/link here */
-#define CONFIG_OFFSET_ENV 0x00200000
-#define CONFIG_LENGTH_ENV 0x00000000
-
#endif /* __configs_chromeos_seaboard_common_h__ */