boot-from-ram-and-nand.patch
commit53b7b0072d9d027ed4df83edd137ba59b5ea1259
authormokopatches <unknown@openmoko.org>
Fri, 11 Apr 2008 13:26:44 +0000 (11 14:26 +0100)
committerwarmcat <andy@warmcat.com>
Fri, 11 Apr 2008 13:26:44 +0000 (11 14:26 +0100)
tree8654bc5160950d3bc11621751a61eac5f05cd76e
parentc29ff7f6d29c8e732e67809ded9bc449994c2915
boot-from-ram-and-nand.patch
Auto-detect whether we're booting from RAM or NAND, and act accordingly. This
allows us to use the same u-boot binary for all boot modes.

include/configs/neo1973.h: introduced new config option
  CONFIG_LL_INIT_NAND_ONLY to perform low-level initialization only when
  booting from NAND
include/configs/neo1973.h: got rid of BUILD_FOR_RAM
cpu/arm920t/start.S: detect if we need to boot from NAND at run time (i.e., if
  we're running at address 0)

- Werner Almesberger <werner@openmoko.org>
cpu/arm920t/start.S
include/configs/neo1973_gta01.h