[PATCH v2 2/2] PCM051: Added barebox update SPI NOR MLO handler
Shravan Kumar
shravan.k at phytec.in
Fri Aug 23 08:12:49 EDT 2013
From: shravan <shravan.k at phytec.in>
Signed-off-by: shravan <shravan.k at phytec.in>
---
changes since v2:
-file and function names are rename from omap_ to am33xx_
arch/arm/boards/pcm051/board.c | 3 +++
arch/arm/configs/pcm051_defconfig | 1 +
2 files changed, 4 insertions(+)
diff --git a/arch/arm/boards/pcm051/board.c b/arch/arm/boards/pcm051/board.c
index 35a3a25..7f6c4b9 100644
--- a/arch/arm/boards/pcm051/board.c
+++ b/arch/arm/boards/pcm051/board.c
@@ -39,6 +39,7 @@
#include <spi/flash.h>
#include <i2c/i2c.h>
#include <i2c/at24.h>
+#include <mach/bbu.h>
#include "mux.h"
@@ -209,6 +210,8 @@ static int pcm051_devices_init(void)
armlinux_set_bootparams((void *)(AM33XX_DRAM_ADDR_SPACE_START + 0x100));
armlinux_set_architecture(MACH_TYPE_PCM051);
+ am33xx_bbu_spi_nor_mlo_register_handler("MLO.spi", "/dev/m25p0.xload");
+
return 0;
}
device_initcall(pcm051_devices_init);
diff --git a/arch/arm/configs/pcm051_defconfig b/arch/arm/configs/pcm051_defconfig
index 0bc7c90..97e0940 100644
--- a/arch/arm/configs/pcm051_defconfig
+++ b/arch/arm/configs/pcm051_defconfig
@@ -1,5 +1,6 @@
CONFIG_ARCH_OMAP=y
CONFIG_ARCH_AM33XX=y
+CONFIG_BAREBOX_UPDATE_AM33XX_SPI_NOR_MLO=y
CONFIG_MACH_PCM051=y
CONFIG_OMAP_UART1=y
CONFIG_AEABI=y
--
1.7.9.5
More information about the barebox
mailing list