summaryrefslogtreecommitdiffstats
path: root/arch/mips/boards/ritmix-rzx50/lowlevel.S
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-05-10 18:15:50 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-05-10 18:15:50 +0200
commit65cfdbebb19f0b1c8d322a3eb9ec464d669a4d3f (patch)
treec279915875be7850298cfe1ccd3b96c149373590 /arch/mips/boards/ritmix-rzx50/lowlevel.S
parente7dad8c88a19e7130b4241bfe1f251620850ce4b (diff)
parent113c2bc244649430200bf51df7ffd122fd260c24 (diff)
downloadbarebox-65cfdbebb19f0b1c8d322a3eb9ec464d669a4d3f.tar.gz
barebox-65cfdbebb19f0b1c8d322a3eb9ec464d669a4d3f.tar.xz
Merge branch 'for-next/mips'
Diffstat (limited to 'arch/mips/boards/ritmix-rzx50/lowlevel.S')
-rw-r--r--arch/mips/boards/ritmix-rzx50/lowlevel.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/boards/ritmix-rzx50/lowlevel.S b/arch/mips/boards/ritmix-rzx50/lowlevel.S
index 7a9743835e..33810f67f5 100644
--- a/arch/mips/boards/ritmix-rzx50/lowlevel.S
+++ b/arch/mips/boards/ritmix-rzx50/lowlevel.S
@@ -10,6 +10,7 @@
#include <asm/pbl_macros.h>
#include <mach/debug_ll.h>
#include <asm/pbl_nmon.h>
+#include <linux/sizes.h>
ENTRY_FUNCTION(BOARD_PBL_START)
@@ -23,4 +24,4 @@ ENTRY_FUNCTION(BOARD_PBL_START)
debug_ll_outc '.'
debug_ll_ns16550_outnl
-ENTRY_FUNCTION_END(BOARD_PBL_START, rzx50)
+ENTRY_FUNCTION_END(BOARD_PBL_START, rzx50, SZ_64M)