summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-phycard-omap3/lowlevel.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/phytec-phycard-omap3/lowlevel.c')
-rw-r--r--arch/arm/boards/phytec-phycard-omap3/lowlevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/phytec-phycard-omap3/lowlevel.c b/arch/arm/boards/phytec-phycard-omap3/lowlevel.c
index 7a67493fd6..57f6389664 100644
--- a/arch/arm/boards/phytec-phycard-omap3/lowlevel.c
+++ b/arch/arm/boards/phytec-phycard-omap3/lowlevel.c
@@ -260,5 +260,5 @@ void __bare_init __naked barebox_arm_reset_vector(uint32_t *data)
pcaal1_board_init();
- barebox_arm_entry(0x80000000, SZ_256M, 0);
+ barebox_arm_entry(0x80000000, SZ_256M, NULL);
}