summaryrefslogtreecommitdiff
path: root/board/bosch
diff options
context:
space:
mode:
authorMoses Christopher <BollavarapuMoses.Christopher@in.bosch.com>2021-06-11 19:13:34 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2021-07-15 15:26:03 +0300
commit050531db00474d7d298828d997f517205d8517dc (patch)
treeb05444fabafb8708177de76d20a57edcdb0889f4 /board/bosch
parent5dce6d226d03fd69e2318a4981194c4866bcf448 (diff)
downloadu-boot-050531db00474d7d298828d997f517205d8517dc.tar.xz
am335x, guardian: mem: Add board dependent mem values
- Add mem-guardian.h derived from am33xx/mem.h * Add GPMC config values optimized for Bosch Guardian Board * NAND Chip used by Bosch Guardian Board is Micron MT29F4G08ABBFA Signed-off-by: Moses Christopher <BollavarapuMoses.Christopher@in.bosch.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Link: https://lore.kernel.org/r/20210611161350.2141-3-Gireesh.Hiremath@in.bosch.com
Diffstat (limited to 'board/bosch')
-rw-r--r--board/bosch/guardian/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bosch/guardian/board.c b/board/bosch/guardian/board.c
index 113838f8b7..9429454a74 100644
--- a/board/bosch/guardian/board.c
+++ b/board/bosch/guardian/board.c
@@ -29,7 +29,7 @@
#include <asm/arch/ddr_defs.h>
#include <asm/arch/gpio.h>
#include <asm/arch/hardware.h>
-#include <asm/arch/mem.h>
+#include <asm/arch/mem-guardian.h>
#include <asm/arch/mmc_host_def.h>
#include <asm/arch/omap.h>
#include <asm/arch/sys_proto.h>