]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-uniphier/init_page_table.S
ARM: DRA74-evm: Use SMA_1 spare register to workaround DP83865 phy on SR2.0
[u-boot] / arch / arm / mach-uniphier / init_page_table.S
index 2638bcd7793d283357640e538a1fdc2b11734ec5..ac2959a17dbd5c16d19bf7842ffd6f2bf717edf8 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2015 Panasonic Corporation
+ * Copyright (C) 2015 Socionext Inc.
+ *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
 #include <config.h>
 #include <linux/linkage.h>
 
@@ -8,7 +16,7 @@
 #define NORMAL 0x0000000e /* Normal Memory Write-Back, No Write-Allocate */
 
 #define TEXT_SECTION   ((CONFIG_SPL_TEXT_BASE) >> (SECTION_SHIFT))
-#define STACK_SECTION  ((CONFIG_SYS_INIT_SP_ADDR) >> (SECTION_SHIFT))
+#define STACK_SECTION  ((CONFIG_SPL_STACK) >> (SECTION_SHIFT))
 
        .section ".rodata"
        .align 14