summaryrefslogtreecommitdiffstats
path: root/arch/mips/boards/tplink-mr3020/lowlevel.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/boards/tplink-mr3020/lowlevel.S')
-rw-r--r--arch/mips/boards/tplink-mr3020/lowlevel.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/boards/tplink-mr3020/lowlevel.S b/arch/mips/boards/tplink-mr3020/lowlevel.S
index 0a1c193c1e..b96292ecc4 100644
--- a/arch/mips/boards/tplink-mr3020/lowlevel.S
+++ b/arch/mips/boards/tplink-mr3020/lowlevel.S
@@ -11,9 +11,10 @@
#include <asm/asm.h>
#include <mach/pbl_macros.h>
#include <asm/pbl_nmon.h>
+#include <linux/sizes.h>
ENTRY_FUNCTION(BOARD_PBL_START)
ar9331_pbl_generic_start
-ENTRY_FUNCTION_END(BOARD_PBL_START, tplink_mr3020)
+ENTRY_FUNCTION_END(BOARD_PBL_START, tplink_mr3020, SZ_32M)