summaryrefslogtreecommitdiff
path: root/src/cpu/ti/am335x/Makefile.inc
diff options
context:
space:
mode:
authorGabe Black <gabeblack@chromium.org>2013-07-01 05:38:45 -0700
committerRonald G. Minnich <rminnich@gmail.com>2013-07-15 18:36:49 +0200
commit630e4e8c7efa6306fb831cb1c9b6cabd53747a5a (patch)
tree12a629026081719553f60ed79c376abe1f316b6e /src/cpu/ti/am335x/Makefile.inc
parent6cfe223da0ac786e1aaf675fbb5dc605e600bb75 (diff)
downloadcoreboot-630e4e8c7efa6306fb831cb1c9b6cabd53747a5a.tar.xz
am335x: Make the default media for the bootblock sram instead of NAND flash.
The SOC's built in ROM loads the bootblock and the ROM stage into the on chip memory before handing over control to the bootblock. To avoid having to add one or more driver to the bootblock so that it can re-load the ROM stage from whatever media Coreboot is stored on, we can just take advantage of the copy that's already there. Loading the RAM stage/payloads won't be so simple, so the ROM stage and the RAM stage will have to have different media drivers. Change-Id: Id74ed4bc3afd2063277a36e666080522af2305dd Signed-off-by: Gabe Black <gabeblack@chromium.org> Reviewed-on: http://review.coreboot.org/3583 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/cpu/ti/am335x/Makefile.inc')
-rw-r--r--src/cpu/ti/am335x/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/ti/am335x/Makefile.inc b/src/cpu/ti/am335x/Makefile.inc
index e1220faa41..ff007334a6 100644
--- a/src/cpu/ti/am335x/Makefile.inc
+++ b/src/cpu/ti/am335x/Makefile.inc
@@ -1,5 +1,5 @@
bootblock-y += dmtimer.c
-bootblock-y += nand.c
+bootblock-y += bootblock_media.c
bootblock-y += pinmux.c
bootblock-$(CONFIG_EARLY_CONSOLE) += uart.c