diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2009-01-23 17:48:24 -0600 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2009-01-23 17:48:24 -0600 |
commit | 833d94bcdc89cf88928be21587240950afdc33c8 (patch) | |
tree | 52af90dbf1a442961c63ec0bbdd3d0bf643685ec /board/sheldon/simpc8313/config.mk | |
parent | 6dadc9195ad642cc662632f4d92f92d3d71e8bf2 (diff) | |
parent | 5bb907a4925397789c90d074f4f7e92ce6b39402 (diff) | |
download | u-boot-imx-833d94bcdc89cf88928be21587240950afdc33c8.zip u-boot-imx-833d94bcdc89cf88928be21587240950afdc33c8.tar.gz u-boot-imx-833d94bcdc89cf88928be21587240950afdc33c8.tar.bz2 |
Merge branch 'next'
Diffstat (limited to 'board/sheldon/simpc8313/config.mk')
-rw-r--r-- | board/sheldon/simpc8313/config.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/board/sheldon/simpc8313/config.mk b/board/sheldon/simpc8313/config.mk new file mode 100644 index 0000000..ce1c0d8 --- /dev/null +++ b/board/sheldon/simpc8313/config.mk @@ -0,0 +1,13 @@ +ifndef NAND_SPL +sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp +endif + +ifndef TEXT_BASE +TEXT_BASE = 0x00100000 +endif + +ifdef CONFIG_NAND_LP +PAD_TO = 0xFFF20000 +else +PAD_TO = 0xFFF04000 +endif |