]> git.sur5r.net Git - u-boot/blobdiff - arch/openrisc/cpu/cpu.c
ARM: uniphier: set DRAM_SPARSE flag for LD21 boards
[u-boot] / arch / openrisc / cpu / cpu.c
index 73ecc6f766ffd06d9adf3b82f485020efc60a59d..272656a361d7b154643f93c28a599d7c95b3480a 100644 (file)
@@ -2,23 +2,7 @@
  * (C) Copyright 2011, Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
  * (C) Copyright 2011, Julius Baxter <julius@opencores.org>
  *
- * See file CREDITS for list of people who contributed to this
- * project.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -154,8 +138,8 @@ int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        /* Code the jump to __reset here as the compiler is prone to
           emitting a bad jump instruction if the function is in flash */
        __asm__("l.movhi r1,hi(__reset);  \
-                 l.ori r1,r1,lo(__reset); \
-                 l.jr r1");
+                l.ori r1,r1,lo(__reset); \
+                l.jr r1");
        /* not reached, __reset does not return */
        return 0;
 }