nor-bootmenu.patch
commitf06faed9717ddb6ccedaa1cd7da60600bd05398b
authormokopatches <unknown@openmoko.org>
Fri, 11 Apr 2008 13:27:23 +0000 (11 14:27 +0100)
committerwarmcat <andy@warmcat.com>
Fri, 11 Apr 2008 13:27:23 +0000 (11 14:27 +0100)
tree901f636718a86b08db77e6d3e2cd64fca1925dfa
parentdddca47b7b1a1c69f31774677450226c4432ac6e
nor-bootmenu.patch
This patch makes u-boot on GTA02 always enter the bootmenu when booting from
NOR. This de-complexifies interaction with the user and is actually also
needed for correctly handling the exception vectors.

- cpu/arm920t/start.S (booted_from_nor): set this flag if booting from NOR
- board/neo1973/gta02/gta02.c (board_late_init): always enter the boot menu if
  booting from NOR
- board/neo1973/gta02/gta02.c (board_late_init): used the opportunity to place
  the "extern"s at a more prominent location
board/neo1973/gta02/gta02.c
cpu/arm920t/start.S