Support for XUPV2P board
Reset support
BSP autoconfig support
diff --git a/board/AtmarkTechno/suzaku/u-boot.lds b/board/AtmarkTechno/suzaku/u-boot.lds
index 93147fc..cb90854 100644
--- a/board/AtmarkTechno/suzaku/u-boot.lds
+++ b/board/AtmarkTechno/suzaku/u-boot.lds
@@ -63,4 +63,5 @@
 		*(.bss)
 		__bss_end = .;
 	}
+	__end = . ;
 }